access system clipboard with ,x

This commit is contained in:
Thomas Ruoff
2017-08-22 01:13:05 +02:00
committed by Thomas Ruoff
parent d1783a6633
commit 4b7f78bc7d

3
vimrc
View File

@@ -187,6 +187,9 @@ nnoremap <leader>w :update<cr>
"" remove hightlighting
nnoremap <leader><space> :nohls <cr>
"" access copy buffer
noremap <leader>x "+
"" fast window switching
nnoremap <C-J> <C-W><C-J>
nnoremap <C-K> <C-W><C-K>