modules/neovim: Use system c/p buffer

This commit is contained in:
fleaz 2022-10-25 15:28:35 +02:00
parent 137c17b0e2
commit ecbba71d4c
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -67,6 +67,9 @@
" Autosave when focus is lost
:au FocusLost * :wa
" sync copy/paste buffer from vim with system buffer
set clipboard^=unnamed
""Hotkeys
set pastetoggle=<F10>
nnoremap <silent><cr> :nohlsearch<CR>