From 94d9b788ddd93ffe45153762bb0b224a98ed4027 Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Wed, 2 Jul 2025 15:47:34 +0200 Subject: words are hard --- .vimrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 24e6d3a..d4409e1 100644 --- a/.vimrc +++ b/.vimrc @@ -18,6 +18,9 @@ set smartindent set nowrap set ignorecase set smartcase +set laststatus=2 +set incsearch +set wildignore=*.o,*.obj,*.bak,*.exe " Use pathogen (plugin manager) @@ -50,7 +53,7 @@ let g:pymode_doc = 1 " Automatically source .vimrc after saving autocmd BufWritePost ~/.vimrc source $MYVIMRC -"Automatically source .inputrc after saving +" Automatically source .inputrc after saving autocmd BufWritePost ~/.inputrc !bind -f ~/.inputrc " Automatically deletes all trailing whitespace and newlines at end of file on save. & reset cursor position -- cgit v1.2.3