On Thursday, November 8, 2012 3:11:48 PM UTC+13, Ed Kostas wrote: > My question is: How to make insertion mode <C-X> work like normal mode X?
You seem not to know about insert mode control O. See :h i_ctrl-O So, :inoremap <c-x> <c-o>X Regards, John -- 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
