diff options
author | Max Christian Pohle | 2017-10-25 07:52:45 +0200 |
---|---|---|
committer | Max Christian Pohle | 2017-10-25 07:52:45 +0200 |
commit | b228ff1c9620ef81b7f089201f2dda31f316df9e (patch) | |
tree | 0b695230ea478c9bc87f22d65f66656be378d3b8 | |
parent | 78154ae2bbf1d3ca8dfa33c06c7a12d746c67028 (diff) | |
download | vim-karlmarks-b228ff1c9620ef81b7f089201f2dda31f316df9e.tar.bz2 vim-karlmarks-b228ff1c9620ef81b7f089201f2dda31f316df9e.zip |
improved git log and man page display by removing lineno
-rw-r--r-- | bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,10 +9,10 @@ vim () { /bin/vim $(if [[ "$#" > 0 && `/bin/vim --serverlist | wc -l` ]]; the | |||
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 | ||
12 | export MANPAGER='vim -c":%!col -b" -c":file man|:setlocal filetype=man buftype=nowrite readonly nonumber nolist" -' | 12 | export MANPAGER='vim -c":%!col -b" -c":file man|:setlocal filetype=man buftype=nowrite readonly nonumber nolist signcolumn=no" -' |
13 | # man() { /bin/vim ":enew<CR>:0read !groffer --pager='cat' --tty $1 <bar> col -bx<CR> :set filetype=man buftype=nowrite readonly<CR>gg" -; } | 13 | # 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' | 14 | alias git='git -c color.ui=false' |
15 | export GIT_PAGER='vim -c":set filetype=git buftype=nowrite readonly" -' | 15 | export GIT_PAGER='vim -c":set filetype=git buftype=nowrite readonly nolist nonumber signcolumn=no|:file git" -' |
16 | 16 | ||
17 | # alias git="TERM=dumb git" | 17 | # alias git="TERM=dumb git" |
18 | 18 | ||