On Friday, November 22, 2013 10:20:40 AM UTC-8, FlashBurn wrote: > I'm using a tcomment plugin and need to comment out a block of code. There is > a command for it abbreviated in the following way > > <c-_>b > > I'm interpreting it as holding the Ctrl button, press underscore button, and > then b. But it doesn't work for me. What am I missing.
On Friday, November 22, 2013 10:20:40 AM UTC-8, FlashBurn wrote: > I'm using a tcomment plugin and need to comment out a block of code. There is > a command for it abbreviated in the following way > > <c-_>b > > I'm interpreting it as holding the Ctrl button, press underscore button, and > then b. But it doesn't work for me. What am I missing. May needed to type CTRL-SHIFT-- to get CTRL-_ :help map-overview To find the current mapping and where mapped: verbose map <c-_> verbose map! <c-_> To see vim's defaults: :help i_ctrl-_ :help c_ctrl-_ :help b Bill -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
