diff options
author | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-05-08 17:15:04 +0100 |
---|---|---|
committer | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-05-08 17:15:04 +0100 |
commit | decf241cee630a4617bf4059183d4d08923fe5b6 (patch) | |
tree | 65722b45f0312618515e707c00559017e6e2d1e0 /vim | |
parent | 0321f6093fd532a131a694ce8810d5c59b245ed7 (diff) |
added shell config
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ noremap k gk "set sidescrolloff=999 "set scrolloff=999 +set shell=/bin/sh set novisualbell set nonumber "show line numbers set wildmenu "enable a menu that shows tab completion options in the status bar |