I am not sure if xterm*eightBitInput: false and xterm*altSendsEscape: true
is set in your machine.
If set, you can disable it or put the following into your .vimrc
for i in range(97,122)
let c = nr2char(i)
exec "set <M-".c.">=\<Esc>".c
endfor
"encoding" and "fileencodings" should be set after this.
On Tue, Jan 11, 2011 at 4:48 PM, Ajay Jain <[email protected]> wrote:
> > You may use <A-K> or <M-K>
>
> This does not work either.
>
> --
> 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 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