Skip to content

Commit

Permalink
Remap q: to :q to stop popup window
Browse files Browse the repository at this point in the history
  • Loading branch information
shumphrey committed Jul 20, 2015
1 parent 257d2b6 commit c6640ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vimrc
Expand Up @@ -132,9 +132,11 @@ set autoread " auto reread if file hasn't changed in buffer
" switch windows
map <tab> <C-W>w
" Remap some common typos
nmap :W :w
nmap :X :x
nmap :Q :q
nmap q: :q
map <F2> :set hls!<CR>
map <F3> :set relativenumber!<CR>
Expand Down

0 comments on commit c6640ae

Please sign in to comment.