diff options
author | filip <“filip.rabiega@gmail.com”> | 2025-07-02 15:47:34 +0200 |
---|---|---|
committer | filip <“filip.rabiega@gmail.com”> | 2025-07-02 15:47:34 +0200 |
commit | 94d9b788ddd93ffe45153762bb0b224a98ed4027 (patch) | |
tree | 15150a0ab5b9fe3f6985c6fdc89504381e88b8c9 /.vimrc | |
parent | 68372b162054b900163a1e65d13f36909cf38aec (diff) | |
download | dotfiles-94d9b788ddd93ffe45153762bb0b224a98ed4027.tar.gz dotfiles-94d9b788ddd93ffe45153762bb0b224a98ed4027.tar.bz2 dotfiles-94d9b788ddd93ffe45153762bb0b224a98ed4027.zip |
words are hard
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |