diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2021-01-23 23:00:17 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2021-01-23 23:00:17 +0100 |
| commit | 4ea7cb139d86d4ae9b66dc9c71bfc49d38e7d629 (patch) | |
| tree | b0e0ca50743a38310c960ec81e00c707c4c44dc6 /.vimrc | |
| download | dotfiles-server-4ea7cb139d86d4ae9b66dc9c71bfc49d38e7d629.tar.xz dotfiles-server-4ea7cb139d86d4ae9b66dc9c71bfc49d38e7d629.zip | |
inital commit
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +let mapleader = "\<Tab>" +nnoremap <Leader>w :w<CR> +nnoremap <Leader>q :q!<CR> +nnoremap <Leader>ws :w !sudo tee %<CR> +nnoremap <Leader>wq :wq<CR> |
