[vim] Remove pastetoggle setting from vimrc.common
This setting was removed from neovim recently and setting it was causing it to barf. I'm not sure what the replacement is.
This commit is contained in:
parent
2fea369110
commit
dd6a88d34f
1 changed files with 0 additions and 2 deletions
|
@ -78,8 +78,6 @@ set copyindent " copy previous indentation on autoindent
|
|||
set scrolloff=3 " scroll 3 lines ahead of point
|
||||
set sidescrolloff=5 " scroll 5 columns ahead of point
|
||||
|
||||
set pastetoggle=<F1> " toggle paste mode with this
|
||||
|
||||
" completion menu
|
||||
set wildmenu
|
||||
set wildmode=longest,list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue