vim: tabnew

This commit is contained in:
Michael Grote 2021-08-24 08:59:22 +02:00
parent cb4bdf0084
commit 20138d3cf5

2
.vimrc
View file

@ -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 = ","