• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

focus-pane-or-panel

change focus or pane or panel seamlessly
t9md
0.4.0 627
4
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

NO LONGER MAINTAINED: this not is added at 2019.03.13.

focus-pane-or-panel

Change focus of pane or panel seamlessly.

keymaps example

No keymap by default.

very basic

'body':
  'cmd-k cmd-up': 'focus-pane-or-panel:focus-above'
  'cmd-k cmd-down': 'focus-pane-or-panel:focus-below'
  'cmd-k cmd-left': 'focus-pane-or-panel:focus-on-left'
  'cmd-k cmd-right': 'focus-pane-or-panel:focus-on-right'

mine(I'm vim-mode-plus user).

want to change focus by ctrl-hjkl

'atom-text-editor.vim-mode-plus.normal-mode':
  'ctrl-j': 'focus-pane-or-panel:focus-below'
  'ctrl-k': 'focus-pane-or-panel:focus-above'
  'ctrl-h': 'focus-pane-or-panel:focus-on-left'
  'ctrl-l': 'focus-pane-or-panel:focus-on-right'
 
'.tree-view':
  'ctrl-h': 'focus-pane-or-panel:focus-on-left'
  'ctrl-l': 'focus-pane-or-panel:focus-on-right'
 
# for cmd-f panel
'.platform-darwin .find-and-replace atom-text-editor':
  'ctrl-j': 'focus-pane-or-panel:focus-below'
  'ctrl-k': 'focus-pane-or-panel:focus-above'
 
# for cmd-shift-f panel
'.platform-darwin .project-find atom-text-editor':
  'ctrl-j': 'focus-pane-or-panel:focus-below'
  'ctrl-k': 'focus-pane-or-panel:focus-above'

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by