access system clipboard with ,x

This commit is contained in:
Thomas Ruoff
2017-08-22 01:13:05 +02:00
parent 3f2246b44b
commit 09ab78b86c

3
vimrc
View File

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