diff options
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/.vimperatorrc | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/dotfiles/.vimperatorrc b/dotfiles/.vimperatorrc index bafbcbb..4f10d45 100644 --- a/dotfiles/.vimperatorrc +++ b/dotfiles/.vimperatorrc @@ -1,8 +1,14 @@ set gui=nonavigation let mapleader = "," -map d <C-d> -map e <C-u> -map <S-j> <C-p> -map <S-k> <c-n> +noremap d <C-d> +noremap e <C-u> +noremap <S-j> <C-p> +noremap <S-k> <c-n> noremap x d +noremap <BS> <C-o> + +noremap <leader>f <F12> + +noremap <leader>nn :set gui=nonavigation<CR> +noremap <leader>n :set gui=navigation<CR> |
