dotfiles

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

commit 76267054e4d689368a3a6efe224860e84f3939b4
parent 4998cdb8d26addd47aa32ff897857e90007409b2
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sun,  5 May 2019 16:58:00 +0200

vim: terminal abbreviations

Former-commit-id: e53c24a9d64d4e5d54dbb35062becc3c827dd048
Diffstat:
Mvim/commands.vimrc | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/vim/commands.vimrc b/vim/commands.vimrc @@ -187,3 +187,7 @@ cnoreabbrev Qall qall cnoreabbrev E Explore cnoreabbrev Colors XtermColorTable cnoreabbrev lset setl +if has('terminal') + cnoreabbrev tt tab terminal + cnoreabbrev wt terminal +endif