diff options
| author | Steve Lee <me@xiangyangli.com> | 2016-10-30 00:37:58 +0800 |
|---|---|---|
| committer | Steve Lee <me@xiangyangli.com> | 2016-10-30 00:37:58 +0800 |
| commit | c67b34813e754df1973a1f4739f0719ff06d8b2a (patch) | |
| tree | ccb8d859d28847ca9f703d9eb358278df6b02bc3 /dotfiles | |
| parent | abcae6c5dd0f7b3fab9073e6c96347be62de02dc (diff) | |
| download | Personal-c67b34813e754df1973a1f4739f0719ff06d8b2a.tar.xz Personal-c67b34813e754df1973a1f4739f0719ff06d8b2a.zip | |
update vimperatorrc
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/.vimperatorrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dotfiles/.vimperatorrc b/dotfiles/.vimperatorrc new file mode 100644 index 0000000..bafbcbb --- /dev/null +++ b/dotfiles/.vimperatorrc @@ -0,0 +1,8 @@ +set gui=nonavigation +let mapleader = "," + +map d <C-d> +map e <C-u> +map <S-j> <C-p> +map <S-k> <c-n> +noremap x d |
