aboutsummaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorMax Christian Pohle2018-07-10 23:02:09 +0200
committerMax Christian Pohle2018-07-10 23:02:09 +0200
commit8f350dc3287ae78643fe2711065254e7042b9c8a (patch)
tree9a2fdc50fa9ec3d693737141c0c50cc3c6f629a8 /bashrc
parent15fad7fd1701a16dfd1bf90854606a59473be09b (diff)
downloadvim-8f350dc3287ae78643fe2711065254e7042b9c8a.tar.bz2
vim-8f350dc3287ae78643fe2711065254e7042b9c8a.zip
Added preview window function from the help
improved man pager integration improved fonts for gvim
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 04f32fb..24c51a0 100644
--- a/bashrc
+++ b/bashrc
@@ -9,7 +9,9 @@
9# ":enew<CR>:0read !groffer --pager='cat' --tty $1 <bar> col -bx<CR> :set filetype=man buftype=nowrite readonly<CR>gg"; 9# ":enew<CR>:0read !groffer --pager='cat' --tty $1 <bar> col -bx<CR> :set filetype=man buftype=nowrite readonly<CR>gg";
10# } 10# }
11 11
12export MANPAGER='vim -c":set noswapfile|%!col -b" -c":file man|:setlocal filetype=man buftype=nowrite readonly nonumber nolist signcolumn=no" -' 12# export MANPAGER='vim -c":set noswapfile|%!col -b" -c":file man|:setlocal filetype=man buftype=nowrite readonly nonumber nolist signcolumn=no" -'
13export MANPAGER="vim -M +MANPAGER -"
14
13# man() { /bin/vim ":enew<CR>:0read !groffer --pager='cat' --tty $1 <bar> col -bx<CR> :set filetype=man buftype=nowrite readonly<CR>gg" -; } 15# man() { /bin/vim ":enew<CR>:0read !groffer --pager='cat' --tty $1 <bar> col -bx<CR> :set filetype=man buftype=nowrite readonly<CR>gg" -; }
14# alias git='git -c color.ui=false' 16# alias git='git -c color.ui=false'
15# export GIT_DIFF_OPTS="--no-color" 17# export GIT_DIFF_OPTS="--no-color"
..