mirror of
https://github.com/wassname/nvatom.git
synced 2026-09-12 12:40:53 +08:00
Also change the default toggle shortcut to alt-cmd-l. The original Notational Velocity uses cmd-L, but it conflicts with Atom's default shortcut.
12 lines
416 B
Plaintext
12 lines
416 B
Plaintext
# Keybindings require three things to be fully defined: A selector that is
|
|
# matched against the focused element, the keystroke and the command to
|
|
# execute.
|
|
#
|
|
# Below is a basic keybinding which registers on all platforms by applying to
|
|
# the root workspace element.
|
|
|
|
# For more detailed documentation see
|
|
# https://atom.io/docs/latest/advanced/keymaps
|
|
'atom-workspace':
|
|
'alt-cmd-l': 'notational-velocity:toggle'
|