sinbad <[email protected]> a écrit:
> 
> how can one capitalize the current word or the 
> word just before the current cursor position 
> with out leaving the insert mode ? leaving insert
> mode and capitalize and come back to insert mode
> is becoming a tedious task for me ...:)

A simple remap, perhaps:

  :inoremap <C-U> <Esc>gUawea

Best,
Paul

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