1
0
mirror of https://github.com/akelge/vim synced 2025-07-12 01:22:10 +00:00

Unnamed clipboard

This commit is contained in:
Andrea Mistrali
2015-11-11 12:43:40 +01:00
parent ad96c523f9
commit b3c1538760
3 changed files with 5 additions and 1 deletions

1
vimrc
View File

@ -333,6 +333,7 @@ endif
" Map Ctrl-T to new tab and Ctrl-W to close tab
" Map Ctrl-S to save
if !(has('mac') || has('macunix'))
set clipboard=unnamed
nnoremap <silent> <C-T> :tabnew<CR>
nnoremap <silent> <C-W> :tabclose<CR>
nnoremap <silent> <C-S> :w<CR>