diff options
Diffstat (limited to 'dotfiles/.vimperatorrc')
| -rw-r--r-- | dotfiles/.vimperatorrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dotfiles/.vimperatorrc b/dotfiles/.vimperatorrc index 4f10d45..1235c65 100644 --- a/dotfiles/.vimperatorrc +++ b/dotfiles/.vimperatorrc @@ -1,5 +1,12 @@ +colorscheme simple-highlight + +set hintchars=hjklasdfgyuiopqwertnmzxcvb set gui=nonavigation let mapleader = "," +set runtimepath+=~/.vimperator/vimperator-plugins + +" Ctrl-a +inoremap <C-a> <C-Home><C-S-End> noremap d <C-d> noremap e <C-u> |
