Skip to content

Instantly share code, notes, and snippets.

@spikensbror
Created June 9, 2014 02:29
Show Gist options
  • Save spikensbror/5b636daf29ede617aec4 to your computer and use it in GitHub Desktop.
Save spikensbror/5b636daf29ede617aec4 to your computer and use it in GitHub Desktop.
~/.vimperatorrc - Firefox Vimperator configuration.
" 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