From 8f350dc3287ae78643fe2711065254e7042b9c8a Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Tue, 10 Jul 2018 23:02:09 +0200 Subject: Added preview window function from the help improved man pager integration improved fonts for gvim --- bashrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 04f32fb..24c51a0 100644 --- a/bashrc +++ b/bashrc @@ -9,7 +9,9 @@ # ":enew:0read !groffer --pager='cat' --tty $1 col -bx :set filetype=man buftype=nowrite readonlygg"; # } -export MANPAGER='vim -c":set noswapfile|%!col -b" -c":file man|:setlocal filetype=man buftype=nowrite readonly nonumber nolist signcolumn=no" -' +# export MANPAGER='vim -c":set noswapfile|%!col -b" -c":file man|:setlocal filetype=man buftype=nowrite readonly nonumber nolist signcolumn=no" -' +export MANPAGER="vim -M +MANPAGER -" + # man() { /bin/vim ":enew:0read !groffer --pager='cat' --tty $1 col -bx :set filetype=man buftype=nowrite readonlygg" -; } # alias git='git -c color.ui=false' # export GIT_DIFF_OPTS="--no-color" -- cgit v1.2.3