Hello!
Since long ago using  this config:

noremap . <esc>:tnext<cr>
noremap , <esc>:tprevious<cr>

Now I missing (.) dot command to repeat last action. First I've tried
to remap them to Ctrl+. but with no success. It seems it must be done
some other way than:

noremap <C-.> <esc>:tnext<cr>
noremap <C-,> <esc>:tprevious<cr>

Two questions:
1) Can Ctrl+. be mapped and how?
2) What's your favorite mappings for tnext/tprev?


-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

-- 
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

Reply via email to