vim: ctrl-w
This commit is contained in:
parent
36b712ccd2
commit
30f78c5396
1 changed files with 2 additions and 0 deletions
2
.vimrc
2
.vimrc
|
@ -151,6 +151,8 @@ let g:startify_lists = [
|
|||
" ### Keybindings
|
||||
" deaktiviere Ex-Mode keybinding
|
||||
:nnoremap Q <Nop>
|
||||
" Ctrl+w zum speichern
|
||||
nmap <C-w> :q<CR>
|
||||
" Ctrl+S zum speichern
|
||||
nmap <C-s> :w<CR>
|
||||
" ctrl+P: set paste
|
||||
|
|
Loading…
Reference in a new issue