mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Implement <F3> as paste toggle manually since neovim deprecated pastetoggle
This commit is contained in:
parent
beaa8f1ed1
commit
9cfe9ff7c3
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@
|
|||
inoremap <silent><expr> <F2> '<C-O>:set spell!<CR>'
|
||||
|
||||
"toggle external-paste mode
|
||||
set pastetoggle=<F3>
|
||||
nnoremap <silent><expr> <F3> ':if &paste<Bar>set paste!<Bar>else<Bar>set paste<Bar>endif<CR>'
|
||||
|
||||
"toggle syntax checking
|
||||
function! ToggleAle()
|
||||
|
|
Loading…
Reference in a new issue