Mr.SpOOn 写道: > Hi, > is there some known issue in using alt key binding with Vim working > inside Gnu/Screen?
gnu screen is "the terminal", not a terminal application. consider if you run xterm from with xterm... There's nothing can do for Vim since it just receives key codes, what you need to make sure is: has gnu screen send the key code to vim? To make sure, launch screen and run vim in it. use :map <Ctrl-V><yourkey> here <Ctrl-V> means press Ctrl+V, not to verbatim type the text. if Vim receives key codes, it should print some thing. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
