aboutsummaryrefslogtreecommitdiff
path: root/base/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'base/vimrc')
-rw-r--r--base/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/vimrc b/base/vimrc
index 203cb2d..a5e4be4 100644
--- a/base/vimrc
+++ b/base/vimrc
@@ -34,6 +34,7 @@ set expandtab
set shiftround " use multiple of shiftwidth with '<' and '>'
set autoindent
set copyindent " copy the previous line's indentation
+set nojoinspaces " one space after period on join
xnoremap < <gv
xnoremap > >gv