summaryrefslogtreecommitdiff
path: root/files/vim/vimrc
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-04-25 14:28:02 -0400
committerAndrew Opalach <andrew@akon.city> 2026-04-25 14:46:39 -0400
commit0848d6c89defb95966deeecd1c61352deccbeaec (patch)
tree21a2e74fcabb85c02fda8959badc08b0f7de0261 /files/vim/vimrc
parentef40a5119a77280863c21ba67397818514714ccc (diff)
downloaddotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.tar.gz
dotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.tar.bz2
dotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.zip
New CPU + Cleanup
Diffstat (limited to 'files/vim/vimrc')
-rw-r--r--files/vim/vimrc8
1 files changed, 5 insertions, 3 deletions
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.