Created
June 9, 2014 02:29
-
-
Save spikensbror/5b636daf29ede617aec4 to your computer and use it in GitHub Desktop.
~/.vimperatorrc - Firefox Vimperator configuration.
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
" Remap keys to fit swedish touch-typing. | |
nmap j <Left> | |
nmap k <Down> | |
nmap l <Up> | |
nmap ö <Right> | |
nmap J :back <C-m> | |
nmap Ö :forward <C-m> | |
" Remap Ctrl-a in insert mode to select all. | |
:inoremap <C-a> <Ins><C-a><Ins> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment