Last active
March 11, 2017 11:15
-
-
Save tecfu/ae27d6eb3360dc9ffeeecc278105078a to your computer and use it in GitHub Desktop.
cVim .vimrc
This file contains 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
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