From 5b179a2aa652141811f6a9a404f90e71ffcafcba Mon Sep 17 00:00:00 2001 From: tdro Date: Tue, 16 Nov 2021 08:47:35 -0500 Subject: .vimrc: Set nostartofline --- .vimrc | 1 + 1 file changed, 1 insertion(+) 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 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. -- cgit v1.2.3