kopieren aus vim
This commit is contained in:
parent
d8a6685034
commit
da431ae9c9
1 changed files with 5 additions and 3 deletions
8
.vimrc
8
.vimrc
|
@ -37,9 +37,7 @@ Plugin 'preservim/nerdtree'
|
|||
Plugin 'unkiwii/vim-nerdtree-sync'
|
||||
" springe in nerdtree zur geöffneten datei
|
||||
Plugin 'jreybert/vimagit'
|
||||
"git integratio
|
||||
"
|
||||
"
|
||||
"git integration
|
||||
"
|
||||
"
|
||||
" Install:
|
||||
|
@ -182,3 +180,7 @@ augroup END
|
|||
" https://github.com/jreybert/vimagit#mappings
|
||||
nmap <Leader>m :Magit<cr>
|
||||
|
||||
" VON vim NACH xxx kopieren
|
||||
" https://unix.stackexchange.com/questions/12535/how-to-copy-text-from-vim-to-an-external-program
|
||||
set clipboard=unnamedplus
|
||||
|
||||
|
|
Loading…
Reference in a new issue