Skip to content

Commit

Permalink
vimrc: Fix c-h issue*
Browse files Browse the repository at this point in the history
  • Loading branch information
ifyouseewendy committed Jun 21, 2016
1 parent 5d7565e commit e805ce8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vimrc
Expand Up @@ -152,7 +152,9 @@ autocmd FileType c setlocal tabstop=8 shiftwidth=4 softtabstop=4

" nvim
if has('nvim')
nmap <BS> <C-W>h
" nmap <BS> <C-W>h
" Fix c-h issue by https://github.com/neovim/neovim/issues/2048#issuecomment-162072750

set mouse-=a " Disable mouse
let $NVIM_TUI_ENABLE_CURSOR_SHAPE=1 "" " Switch cursor shape when using NeoVim
endif
Expand Down

0 comments on commit e805ce8

Please sign in to comment.