vim: tabnew
This commit is contained in:
parent
cb4bdf0084
commit
20138d3cf5
1 changed files with 2 additions and 0 deletions
2
.vimrc
2
.vimrc
|
@ -73,6 +73,8 @@ nmap <C-s> :w<CR>
|
|||
nmap <C-w> :q<CR>
|
||||
" ctrl+P: set paste
|
||||
nmap <C-p> :set paste!<CR>
|
||||
" ctrl+t fuer neuen tab
|
||||
nmap <C-t> :tabnew<CR>
|
||||
" leader-key
|
||||
:let mapleader = ","
|
||||
|
||||
|
|
Loading…
Reference in a new issue