Skip to content

Commit

Permalink
vimrc: permit pasting by default in command mode
Browse files Browse the repository at this point in the history
  • Loading branch information
compnerd committed Oct 23, 2013
1 parent 527fae0 commit 3c6a6f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,9 @@ if has("user_commands")
command! -bang Q q<bang>
endif

" make pasting into ex mode more reasonable
cnoremap <c-v> <c-r>*
" ---- per host configuration ----
let s:per_host_configuration = expand("~/.vim/settings")
if filereadable(s:per_host_configuration)
Expand Down

0 comments on commit 3c6a6f8

Please sign in to comment.