#16115: vim-app 7.1.330 does not receive Ctrl-^ ----------------------------+----------------------------------------------- Reporter: pub1@panter.ch | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | ----------------------------+----------------------------------------------- I often use {{{Ctrl-^}}} to switch to the previous window in vim. In command line version distributed on this site, this works, but not in vim- app. There is only flashing up a 6 for a second in the status bar, but nothing happens. {{{Ctrl-^}}} is described in the vim manual in usr_7.txt {{{ *07.3* Jumping from file to file To quickly jump between two files, press CTRL-^ (on English-US keyboards the ^ is above the 6 key). Example: > :args one.c two.c three.c You are now in one.c. > :next Now you are in two.c. Now use CTRL-^ to go back to one.c. Another CTRL-^ and you are back in two.c. Another CTRL-^ and you are in one.c again. If you now do: > :next You are in three.c. Notice that the CTRL-^ command does not change the idea of where you are in the list of files. Only commands like ":next" and ":previous" do that. }}} I tried this with packages vim and vim-app, both on the newest version from macports and both using the same {{{.vimrc}}} on a macbook running OS X 10.5.4 and US Keyboard Layout. Thanks a lot! -- Ticket URL: <http://trac.macports.org/ticket/16115> MacPorts <http://www.macports.org/> Ports system for Mac OS