This package consumes the following services:
Atom Leader
similar to vim/spacemacs leader key. A fork of leader.
Installation
- download.
cd
to the path.apm link
Differences
- No more timeout. Remain in leader mode till next key.
- Simple look.
- This package is under development. I will add new features soon.
Keybindings
- no default keybindings.
- mine (I am a vim-mode-plus user):
'atom-workspace:not(.leader-mode) atom-text-editor:not(.mini).vim-mode-plus:not(.insert-mode)':
',': 'leader:enable'
'atom-workspace.leader-mode atom-text-editor:not(.mini)':
',': 'leader:disable'
'w': 'core:close'
'p': 'pane:split-down-and-move-active-item'
# and more