Skip to content

Instantly share code, notes, and snippets.

@tecfu
Last active March 11, 2017 11:15
Show Gist options
  • Save tecfu/ae27d6eb3360dc9ffeeecc278105078a to your computer and use it in GitHub Desktop.
Save tecfu/ae27d6eb3360dc9ffeeecc278105078a to your computer and use it in GitHub Desktop.
cVim .vimrc
let mapleader = "<Space>"
" Remap home and end to "ctrl+;" and ";" in addition to default "0" and "$"
noremap <leader>a ^
noremap <leader>; $
" Application-specific remapping example here:
" http://askubuntu.com/questions/97213/application-specific-key-combination-remapping/98355
noremap <C-b> 10j
noremap <C-m> 10k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment