Skip to content
Archive of entries posted on May 2010

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

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 [...]

more powerful grep – ack

For last couple of days, I have been using ack instead of grep. Here is description of ack: Ack is designed as a replacement for grep. There are couple of reasons I am using ack. First and foremost being it does not require a filename. So, for seaching amit in all files recursively under the [...]