diff options
| author | Blista Kanjo | 2022-10-28 20:00:04 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-10-28 20:00:04 -0400 |
| commit | e1b26c9b654f3f7a8e00f4f7c194631a18fd1f18 (patch) | |
| tree | d55e1c8d123d8a4385530a966b7d584401a71a27 /.vimrc | |
| parent | 4964cca596a45f53d636349e41fdd9fc3ea86cb4 (diff) | |
refactor: "+x instead of "+c for the "cut" command
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ endif " ╩ ╩└─┘ ┴ └─┘┴┘└┘─┴┘└─┘ └ └─┘┴└─ ╩ ╚═ ╚═╝┴─┘┴┴ └─┘└─┘┴ ┴┴└──┴┘ vnoremap <C-c> "+y -vmap <C-x> "+c +vmap <C-x> "+x map <C-p> "+p " NERDTree Keybinds |
