Created
June 19, 2016 03:12
-
-
Save al3xandru/b22423cdcd51ca0813a6114329ee7fe4 to your computer and use it in GitHub Desktop.
Trying to create new mappings for vim-orgmode promote header/subtree
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
augroup org | |
autocmd! | |
autocmd FileType org nmap <M-Left> <ah | |
autocmd FileType org nmap <M-S-Left> <ar | |
autocmd FileType org nmap <D-Left> <ah | |
autocmd FileType org nmap <D-S-Left> <ar | |
augroup END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment