From 0242d604b50a135d5917fff929117af1e45e8f95 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 25 Nov 2015 06:46:53 +0100 Subject: nvim: init: accidentally dropped leader-/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- nvim/init.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nvim/init.vim b/nvim/init.vim index b86e2a6..0d46c3d 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -65,6 +65,8 @@ let g:rst_syntax_code_list = ['vim', 'c', 'cpp', 'python', 'sh'] " Toggle spell checking nmap s :set spell! +nmap / :nohlsearch + cmap w!! w !sudo tee % >/dev/null " Easier window moving map h -- cgit v1.2.3-54-g00ecf