This post originated from an RSS feed registered with Ruby Buzz
by James Britt.
Original Post: Vim-tab-a-licious
Feed Title: James Britt: Ruby Development
Feed URL: http://feeds.feedburner.com/JamesBritt-Home
Feed Description: James Britt: Playing with better toys
I combined that with the previous mapping to create this:
map ss <ESC>:TabMessage ! mzscheme -r % <CR><ESC>: % s/\r//g<CR>
(I needed that last part because I was seeing ^M in the results.)
Very cool. However, while vim7 has tabs, I’ve not gotten used to using them. I tend to just have many instances of gvim floating around. I think that’s because I’m used to navigating tabs a certain way in Firefox. And my vim habits started with vim5.
Given the “bang output in a tab” macro, I decide to go figure out the proper tab navigation commands and just make myself learn them. But, no need: Kim Schulz wrote up mappings to do Firefox-style tab-nav in vim: