Skip to content

Instantly share code, notes, and snippets.

@chanakasan
Last active January 9, 2016 03:41
Show Gist options
  • Save chanakasan/9632cdd3d6c9466067ef to your computer and use it in GitHub Desktop.
Save chanakasan/9632cdd3d6c9466067ef to your computer and use it in GitHub Desktop.
Favorite Vim Mappings
"=== NORMAL MODE ===
" visual select inner word
nnoremap vv viw
" visual select to the end of line
nnoremap vV vg_
" yank to the end of line
nnoremap Y y$
" splits horizontal/vertical
nnoremap _ :sp<cr>
nnoremap <bar> :vsp<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment