Mr.SpOOn 写道: >> may be something like: >> >> if &term == 'blabla' >> map ^[[1;3D :tabprevious<CR> >> endif > > This seems to work, thank you :D > Anyway I'd like to find out what the problem is. It seems to me a > strange behaviour.
you can check man 5 terminfo to see information about the database. If the terminfo database does not match the actual terminal you will have broken key mappings. You can manually do the correct mapping in .vimrc, or to fix the termcap entry in your system terminfo database. Of course, for average vim users it may seem easier to add a mapping in .vimrc than to fix the system terminfo database. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
