aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Hovorka <[email protected]>2021-04-02 16:42:41 -0600
committerAlexis Hovorka <[email protected]>2021-04-02 16:42:41 -0600
commit706f9eec508748f8984ad133e185c6ebbb5f69bc (patch)
tree4f545628070880fb78ab1b6e9738d754b6a74726
parent8a36eda76ae297638540e31b743c5da288d8fc87 (diff)
[fix] Make vim prefer only one space after periods
-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