Skip to content

Commit

Permalink
Less screen flickering for <backspace>
Browse files Browse the repository at this point in the history
  • Loading branch information
5long committed Jul 5, 2016
1 parent 1726852 commit d4828ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/init.vim
Expand Up @@ -150,7 +150,7 @@ endfunction
set ignorecase smartcase
noremap / /\v
noremap ? ?\v
nnoremap <backspace> :nohlsearch<cr>:diffupdate<cr>:syntax sync fromstart<cr><c-l>
nnoremap <backspace> :nohlsearch<cr>:diffupdate<cr><c-l>
for s:key in ['#', '*', 'n', 'N']
exec printf('nnoremap %s %szz', s:key, s:key)
Expand Down

0 comments on commit d4828ba

Please sign in to comment.