Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Vim using <c-6> to switch alternative file is not functional on Mac terminal

Tags:

vim

Vim using <c-6> to switch alternative file is not functional on Mac terminal while MacVim works.

The current version of Vim is 7.3.

like image 783
Kelly Apollo Avatar asked Nov 20 '25 01:11

Kelly Apollo


1 Answers

To switch to the alternate file you can use control-shift-6 (<C-^>) or :e #. Both of these work in the Terminal.

Take a look at :h CTRL-^

like image 185
FDinoff Avatar answered Nov 21 '25 14:11

FDinoff