Created
January 24, 2017 20:26
-
-
Save fzero/7d86a2c6fffe5dd0b869eb047e91b38e to your computer and use it in GitHub Desktop.
Fix atom keymap with vim-mode-plus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'atom-text-editor.vim-mode-plus': | |
'ctrl-c': 'core:copy' | |
'ctrl-x': 'core:cut' | |
'ctrl-v': 'core:paste' | |
'atom-text-editor.vim-mode-plus.insert-mode': | |
'ctrl-c': 'core:copy' | |
'ctrl-x': 'core:cut' | |
'ctrl-v': 'core:paste' | |
'atom-text-editor.vim-mode-plus.normal-mode': | |
'ctrl-c': 'core:copy' | |
'ctrl-x': 'core:cut' | |
'ctrl-v': 'core:paste' | |
'alt-v': 'vim-mode-plus:activate-blockwise-visual-mode' | |
'atom-text-editor.vim-mode-plus.visual-mode': | |
'ctrl-c': 'core:copy' | |
'ctrl-x': 'core:cut' | |
'ctrl-v': 'core:paste' | |
'alt-v': 'vim-mode-plus:activate-blockwise-visual-mode' | |
'atom-text-editor.vim-mode-plus-search': | |
'ctrl-c': 'core:copy' | |
'ctrl-x': 'core:cut' | |
'ctrl-v': 'core:paste' | |
'alt-v': 'vim-mode-plus:search-activate-literal-mode' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment