aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-04-07 13:34:25 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-04-07 13:34:25 +1200
commit40952fa9657a9a8fc8153e5d2890c36716e92019 (patch)
tree8337a1dbbbeda7ad51450b32b2b49e1cccb141cb /vim
parentRemove the unmap for K as I'm actually using it (diff)
downloaddotfiles-40952fa9657a9a8fc8153e5d2890c36716e92019.tar.gz
dotfiles-40952fa9657a9a8fc8153e5d2890c36716e92019.zip
Remove unmap of Q
Ex mode is actually kind of handy when doing a set of text transformations, e.g. substitutions/pattern deletions
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 831fcc10..3e67341d 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -420,9 +420,6 @@ if !strlen($SUDO_USER) && has('unix') && has('persistent_undo')
endif
endif
-" Unmap Q, which normally starts an ex mode, which I've never wanted or needed
-nnoremap Q <nop>
-
" When in visual block mode, let me move the cursor anywhere in the buffer;
" don't restrict me only to regions with text
if has('virtualedit')