Skip to content

Commit

Permalink
Remove the n to ; mapping so searching in a file works normally
Browse files Browse the repository at this point in the history
  • Loading branch information
achaudhury committed Jan 3, 2017
1 parent fc450af commit c2830b0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .vimrc
Expand Up @@ -42,14 +42,9 @@ set wildmenu
" Show partial commands in the last line of the screen
set showcmd

" Highlight searches (use <C-L> to temporarily turn off highlighting; see the

" mapping of <C-L> below)
set hlsearch
nnoremap <F3> :noh<CR>
nmap <silent> ,/ :nohlsearch<CR>

" Use case insensitive search, except when using capital letters
set ignorecase
set smartcase
Expand Down Expand Up @@ -106,7 +101,6 @@ set notimeout ttimeout ttimeoutlen=200
nnoremap j gj
nnoremap k gk
nnoremap ; :
nnoremap n ;
nnoremap ;gs :Gstatus<CR>
nnoremap ;gc :Gcommit<CR>
nnoremap ;gw :Gwrite<CR>
Expand All @@ -129,6 +123,7 @@ nnoremap <C-H> <C-W><C-H>

nnoremap <leader>pi :PlugInstall<CR>
nnoremap <leader>pu :PlugUpdate<CR>
nnoremap <leader>pc :PlugClean<CR>
"------------------------------------------------------------
" FZF bindings
Expand Down

0 comments on commit c2830b0

Please sign in to comment.