You're replying to a comment by Nikos.
You're replying to a comment by Nikos.
I am being sponsored by Syntress since 2007! They bought me an amazing dedicated server to run catonmat on. If you're looking web services in Chicago area, I highly recommend the Syntress guys!
I love to read science books. They make my day and I get ideas for awesome blog posts, such as Busy Beaver, On Functors, Recursive Regular Expressions and many others.
Take a look at my
Amazon wish list, if you're curious about what I have planned reading next, and want to surprise me. :)


Does ANYONE know how i can go to the next occurrence of a character within a command? Let say that I am the beginning of the following command:
if [ -f `which notify-send` ]; then echo "yes"; fi;
How do I get to the second t with one (or two) keystroke?? I do not mean to count the spaces and apply M+6 M+F!! I mean the equivalent of "2ft" of vi mode!
Thank you!
Reply To This Comment