mirror of
https://github.com/wassname/nvatom.git
synced 2026-08-13 12:20:41 +08:00
12 lines
413 B
Plaintext
12 lines
413 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
|
|
'.workspace':
|
|
'ctrl-alt-o': 'notational-velocity:toggle'
|