Uniformly manage outlets in workspace from keyboard.
The outlet is special TextEditor created by atom-outlet library.
Alpha. Now actively developing, experimenting ideas.
Provide command to manager outlets in workspace uniformly via keyboard.
open
(dock, center at adjacent-pane),toggle
hide
relocate
: relocate from bottom
dock to center
or vise versa.narrow-editor
is outlet.Without requiring pkg specific command/keymap.
'atom-workspace':'cmd-h': 'outlet:toggle''atom-text-editor[outlet]':'cmd-w': 'core:close''atom-workspace.has-outlet atom-text-editor.vim-mode-plus.normal-mode':'cmd-f': 'outlet:toggle-focus''atom-workspace.has-visible-outlet atom-text-editor.vim-mode-plus.normal-mode':'ctrl-g': 'outlet:close''ctrl-cmd-t': 'outlet:relocate'
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.