dotfiles

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

commit 6ac1e80016e1b1ba113deaf03198f2660e58c30c
parent 369bf44b43a58635d983bd43d487b48bce2eb103
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Fri, 10 May 2019 11:53:33 +0200

vim: terminal mappings

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

diff --git a/vim/commands.vimrc b/vim/commands.vimrc @@ -175,4 +175,6 @@ cnoreabbrev lset setl if has('terminal') cnoreabbrev tt tab terminal cnoreabbrev wt terminal + cnoreabbrev tm terminal man + cnoreabbrev tr terminal ranger endif