vim: ctrl + w

This commit is contained in:
Michael Grote 2021-08-19 11:17:51 +02:00
parent 3fc16dbb39
commit 18db09117d

2
.vimrc
View file

@ -71,6 +71,8 @@ set clipboard=unnamedplus " https://unix.stackexchange.com/questions/125
" Keybindings " Keybindings
" Ctrl+S zum speichern " Ctrl+S zum speichern
nmap <C-s> :w<CR> nmap <C-s> :w<CR>
" ctrl+W zum schließen
nmap <C-w> :q<CR>
" leader-key " leader-key
:let mapleader = "," :let mapleader = ","