aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-11-16 08:47:35 -0500
committertdro <tdro@users.noreply.github.com>2021-11-16 08:47:35 -0500
commit5b179a2aa652141811f6a9a404f90e71ffcafcba (patch)
tree4df8e029477f90463ecc2bc1284c0c54890cea92
parent14ca8d0ecbc922bf3b52a61e272bb1be8cdcf4fd (diff)
downloaddotfiles-5b179a2aa652141811f6a9a404f90e71ffcafcba.tar.gz
dotfiles-5b179a2aa652141811f6a9a404f90e71ffcafcba.tar.bz2
dotfiles-5b179a2aa652141811f6a9a404f90e71ffcafcba.zip
.vimrc: Set nostartofline
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 4c67e83..c956b9d 100644
--- a/.vimrc
+++ b/.vimrc
@@ -41,6 +41,7 @@ set splitright " Open vertical splits to the right.
set cursorline " Set cursor line highlight.
set notimeout " Wait indefinitely for complete key combinations.
set ttimeout " Prevent pressing <Esc> twice.
+set nostartofline " Do not move cursor to line start on buffer switch.
set showcmd " Show key presses in status line.
set wildmenu " Show tab completions menu.
set nojoinspaces " Insert one space after a '.', '?' and '!' with a join command.