From 3ee43774cc9e30f7a025e8e3fd05244c59cba19f Mon Sep 17 00:00:00 2001 From: bretello Date: Mon, 28 Dec 2020 12:16:19 +0100 Subject: [PATCH] vim: fix nohighlight shortcut --- vim/shortcuts.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vim/shortcuts.vim b/vim/shortcuts.vim index 5901a1e..ef1cd5d 100644 --- a/vim/shortcuts.vim +++ b/vim/shortcuts.vim @@ -33,7 +33,8 @@ map cn :cn " previous cope error map cp :cp -map :noh "disable highlighting for current word +"disable highlighting for current word +map :noh map ss :setlocal spell! nnoremap mk :bel copensilent (cargo run) !redraw!