Skip to content

Instantly share code, notes, and snippets.

@gg7
Created May 19, 2014 12:10
Show Gist options
  • Save gg7/d1492f1fb5f14d0d7932 to your computer and use it in GitHub Desktop.
Save gg7/d1492f1fb5f14d0d7932 to your computer and use it in GitHub Desktop.
#!/bin/sh
sed -e 's/\x1B\[[[:digit:]]\+m//g' | col -xb | \
vim -R -c 'set ft=man' \
-c 'let no_plugin_maps = 1' \
-c 'set nolist ft=man' \
-c 'let g:showmarks_enable=0' \
-c 'runtime! macros/myless.vim' -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment