From 0848d6c89defb95966deeecd1c61352deccbeaec Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Sat, 25 Apr 2026 14:28:02 -0400 Subject: New CPU + Cleanup --- files/vim/vimrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'files/vim/vimrc') diff --git a/files/vim/vimrc b/files/vim/vimrc index dcf832b..90d3646 100644 --- a/files/vim/vimrc +++ b/files/vim/vimrc @@ -1,4 +1,6 @@ -" @TODO: CullSubprojects from sessions command. +" @TODO: +" - CullSubprojects from sessions command. +" - vim82 compat. " Basic settings. set nocompatible @@ -10,6 +12,8 @@ set noshowmode set updatetime=250 set scrolloff=5 "set lazyredraw +" Remove possible ESC delay. +set timeoutlen=1000 ttimeoutlen=0 " Don't ask to save changes when switching buffers. set hidden " Use the last buffer instead of the right-most when opening from quickfix. @@ -21,9 +25,7 @@ set splitright set splitbelow " Stop buffers from jumping when opening buffer selection. set splitkeep=screen -"set guicursor=n-v-c:block-Cursor,o:hor50,i-ci:hor15,r-cr:hor30,sm:block-Cursor -set termguicolors colo lil_pablo " Syntax and indent from filetype. -- cgit v1.2.3-101-g0448