From e1b26c9b654f3f7a8e00f4f7c194631a18fd1f18 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Fri, 28 Oct 2022 20:00:04 -0400 Subject: refactor: "+x instead of "+c for the "cut" command --- .config/nvim/init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/nvim') diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index c4bc7e0..097a010 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -72,7 +72,7 @@ endif " ╩ ╩└─┘ ┴ └─┘┴┘└┘─┴┘└─┘ └ └─┘┴└─ ╩ ╚═ ╚═╝┴─┘┴┴ └─┘└─┘┴ ┴┴└──┴┘ vnoremap "+y -vmap "+c +vmap "+x map "+p " NERDTree Keybinds -- cgit v1.2.3