aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-21 14:10:48 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-21 14:10:48 +1200
commit35890085339ea4f9ae44004ef6215160d435d014 (patch)
treeaecfdeccfa8ed078135a0354ea5210b503230618 /vim
parentImprove comments for aliases (diff)
downloaddotfiles-35890085339ea4f9ae44004ef6215160d435d014.tar.gz
dotfiles-35890085339ea4f9ae44004ef6215160d435d014.zip
Restore tildeop setting
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index ca555806..33438a4a 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -477,6 +477,10 @@ if has('windows')
endif
endif
+" Use the tilde as an operator with motions, rather than just swapping the
+" case of the character under the cursor
+set tildeop
+
" When wrapping text, if a line is so long that not all of it can be shown on
" the screen, show as much as possible anyway; by default Vim fills the left
" column with @ symbols instead, which I don't find very helpful