summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorfilip <“filip.rabiega@gmail.com”>2025-07-02 15:47:34 +0200
committerfilip <“filip.rabiega@gmail.com”>2025-07-02 15:47:34 +0200
commit94d9b788ddd93ffe45153762bb0b224a98ed4027 (patch)
tree15150a0ab5b9fe3f6985c6fdc89504381e88b8c9 /.vimrc
parent68372b162054b900163a1e65d13f36909cf38aec (diff)
downloaddotfiles-94d9b788ddd93ffe45153762bb0b224a98ed4027.tar.gz
dotfiles-94d9b788ddd93ffe45153762bb0b224a98ed4027.tar.bz2
dotfiles-94d9b788ddd93ffe45153762bb0b224a98ed4027.zip
words are hard
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc5
1 files changed, 4 insertions, 1 deletions
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