From c2830b00860f60ce4dc5c335c173e04fe13ecba9 Mon Sep 17 00:00:00 2001 From: achaudhury Date: Tue, 3 Jan 2017 00:19:39 -0500 Subject: [PATCH] Remove the n to ; mapping so searching in a file works normally --- .vimrc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.vimrc b/.vimrc index 5256ce1..54245bb 100644 --- a/.vimrc +++ b/.vimrc @@ -42,14 +42,9 @@ set wildmenu " Show partial commands in the last line of the screen set showcmd -" Highlight searches (use to temporarily turn off highlighting; see the - -" mapping of below) set hlsearch -nnoremap :noh nmap ,/ :nohlsearch - " Use case insensitive search, except when using capital letters set ignorecase set smartcase @@ -106,7 +101,6 @@ set notimeout ttimeout ttimeoutlen=200 nnoremap j gj nnoremap k gk nnoremap ; : -nnoremap n ; nnoremap ;gs :Gstatus nnoremap ;gc :Gcommit nnoremap ;gw :Gwrite @@ -129,6 +123,7 @@ nnoremap nnoremap pi :PlugInstall nnoremap pu :PlugUpdate +nnoremap pc :PlugClean "------------------------------------------------------------ " FZF bindings