Advertisement
Guest User

Untitled

a guest
Feb 24th, 2011
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. geoff@desktop ~ $ cat /usr/bin/vimmanpager
  2. #!/bin/sh
  3. sed -e 's/\x1B\[[[:digit:]]\+m//g' | col -b | \
  4. vim \
  5. -c 'let no_plugin_maps = 1' \
  6. -c 'set nolist nomod ft=man' \
  7. -c 'let g:showmarks_enable=0' \
  8. -c 'runtime! macros/less.vim' -
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement