diff options
| author | Steve Lee <me@xiangyangli.com> | 2016-10-30 00:52:08 +0800 |
|---|---|---|
| committer | Steve Lee <me@xiangyangli.com> | 2016-10-30 00:52:08 +0800 |
| commit | eb8807488ce492cd5db99ddd7da9a1ef13f611ea (patch) | |
| tree | 74e3af08208b2d8083e2be101a7df9c08cf4ffac | |
| parent | c67b34813e754df1973a1f4739f0719ff06d8b2a (diff) | |
| download | Personal-eb8807488ce492cd5db99ddd7da9a1ef13f611ea.tar.xz Personal-eb8807488ce492cd5db99ddd7da9a1ef13f611ea.zip | |
update vimperatorrc
| -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> |
