Skip to content

Instantly share code, notes, and snippets.

@al3xandru
Created June 19, 2016 03:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save al3xandru/b22423cdcd51ca0813a6114329ee7fe4 to your computer and use it in GitHub Desktop.
Save al3xandru/b22423cdcd51ca0813a6114329ee7fe4 to your computer and use it in GitHub Desktop.
Trying to create new mappings for vim-orgmode promote header/subtree
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