mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-10 12:36:42 +01:00
nvim add copy&paste from system clipboard
This commit is contained in:
4
init.vim
4
init.vim
@@ -182,6 +182,10 @@ au BufRead,BufNewFile *.circuit set filetype=go-snark-circuit
|
|||||||
" for file watching
|
" for file watching
|
||||||
set backupcopy=yes
|
set backupcopy=yes
|
||||||
|
|
||||||
|
" copy&paste from system clipboard
|
||||||
|
vnoremap <leader>y "+y
|
||||||
|
vnoremap <leader>p "+p
|
||||||
|
|
||||||
" shortcut for theme change
|
" shortcut for theme change
|
||||||
nnoremap <F9> :colorscheme gruvbox \| set background=dark \| highlight normal ctermbg=0 guibg=#000000 <CR>
|
nnoremap <F9> :colorscheme gruvbox \| set background=dark \| highlight normal ctermbg=0 guibg=#000000 <CR>
|
||||||
nnoremap <F10> :colorscheme gruvbox \| set background=light<CR>
|
nnoremap <F10> :colorscheme gruvbox \| set background=light<CR>
|
||||||
|
|||||||
Reference in New Issue
Block a user