Skip to content

Commit

Permalink
vim: treat :Wq as :wq. thx @gf3
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Apr 24, 2014
1 parent d272a26 commit 2b2f2b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ noremap <leader>W :w !sudo tee %<CR>
" Remap :W to :w
command W w
command Wq wq

" Better mark jumping (line + col)
nnoremap ' `
Expand Down

0 comments on commit 2b2f2b7

Please sign in to comment.