From 9a6c7b2b3e6f9c9a9cb98bc2767fa185cb1431c5 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Wed, 7 Jul 2021 19:52:44 +0700 Subject: [PATCH] add coc-rename mapping --- users/rin/neovim.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users/rin/neovim.nix b/users/rin/neovim.nix index 2552f46..53c36d9 100644 --- a/users/rin/neovim.nix +++ b/users/rin/neovim.nix @@ -76,7 +76,8 @@ in { " various aliases nnoremap :NERDTreeToggle - nnoremap r :source $MYVIMRC + nnoremap rs :source $MYVIMRC + nmap rn (coc-rename) command! -nargs=0 Sw w !doas tee % > /dev/null " disable read-only warning