summaryrefslogtreecommitdiffstats
path: root/.vimrc
blob: fb2eb44ae2fecb3a22221608312bbbc27af4320d (plain) (blame)
1
2
3
4
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>