aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-11-24 21:38:42 -0500
committertdro <tdro@users.noreply.github.com>2020-11-24 21:38:42 -0500
commitfc42dfca61fd3f09b89621e5fc04901a5d1525ad (patch)
tree243b9b501b392ac7b90d8cd4793f15e19bfff13b /.vimrc
parentb43265ac0f0f27f76ed8acfbce56578b7cfb3654 (diff)
downloaddotfiles-fc42dfca61fd3f09b89621e5fc04901a5d1525ad.tar.gz
dotfiles-fc42dfca61fd3f09b89621e5fc04901a5d1525ad.tar.bz2
dotfiles-fc42dfca61fd3f09b89621e5fc04901a5d1525ad.zip
.vimrc: Set option nojoinspaces
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 72cdf59..c15f7b7 100644
--- a/.vimrc
+++ b/.vimrc
@@ -30,8 +30,9 @@ set cursorline " Set cursor line highlight.
set notimeout " Wait indefinitely for complete key combinations.
set ttimeout " Prevent pressing <Esc> twice.
set showcmd " Show key presses in status line.
-set path+=** " Search subfolders.
set wildmenu " Show tab completions menu.
+set nojoinspaces " Insert one space after a '.', '?' and '!' with a join command.
+set path+=** " Search subfolders.
set display=lastline " @@@ indicates remaining line is not displayed.
set hidden " Set hidden buffers.