vim: ctrl + w
This commit is contained in:
parent
3fc16dbb39
commit
18db09117d
1 changed files with 2 additions and 0 deletions
2
.vimrc
2
.vimrc
|
@ -71,6 +71,8 @@ set clipboard=unnamedplus " https://unix.stackexchange.com/questions/125
|
|||
" Keybindings
|
||||
" Ctrl+S zum speichern
|
||||
nmap <C-s> :w<CR>
|
||||
" ctrl+W zum schließen
|
||||
nmap <C-w> :q<CR>
|
||||
" leader-key
|
||||
:let mapleader = ","
|
||||
|
||||
|
|
Loading…
Reference in a new issue