vim - get mappings from the help tex files available with the scripts.

2010-05-27 2 min read Fedora Learning Linux Vim Tips
Here is a simple script that will show all the vim mappings from the tex file (help file that comes with the vim scripts). This will prove to be very useful in usin gthe mappings 🙂 #!/bin/bash – #=============================================================================== # FILE: get_mappings_from_tex_for_vim.sh # USAGE: ./get_mappings_from_tex_for_vim.sh # DESCRIPTION: Get the mappings from tex file # OPTIONS: — # REQUIREMENTS: — # BUGS: — # NOTES: — # AUTHOR: <a class="zem_slink" title="Amit Agarwal" rel="self" href="http://blog. Continue reading