modules/neovim: Use system c/p buffer
This commit is contained in:
parent
137c17b0e2
commit
ecbba71d4c
|
@ -67,6 +67,9 @@
|
||||||
" Autosave when focus is lost
|
" Autosave when focus is lost
|
||||||
:au FocusLost * :wa
|
:au FocusLost * :wa
|
||||||
|
|
||||||
|
" sync copy/paste buffer from vim with system buffer
|
||||||
|
set clipboard^=unnamed
|
||||||
|
|
||||||
""Hotkeys
|
""Hotkeys
|
||||||
set pastetoggle=<F10>
|
set pastetoggle=<F10>
|
||||||
nnoremap <silent><cr> :nohlsearch<CR>
|
nnoremap <silent><cr> :nohlsearch<CR>
|
||||||
|
|
Loading…
Reference in a new issue