dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 04b468c042f7de9df7af844b641a27a32836cf58
parent c875aa5477b770250a12a4fd4964e1f36b309c24
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Thu, 17 Dec 2020 23:28:25 +0100

vim: tab terminal should also ++close

Diffstat:
Mvim/vimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -704,10 +704,10 @@ cnoreabbrev hg helpgrep cnoreabbrev gitr system("git root") if has('terminal') - cnoreabbrev tt tab terminal " ++close means close when process ends " (so that I don't get a hanging term buffer) cnoreabbrev wt terminal ++close + cnoreabbrev tt tab terminal ++close cnoreabbrev tm terminal ++close man cnoreabbrev tf terminal ++close lf cnoreabbrev tn terminal ++close joplin