Strange vi/vim issue on cmd+tab switching

Discussion in 'Windows Virtual Machine' started by Joost1, Jan 26, 2015.

  1. Joost1

    Joost1 Bit poster

    Messages:
    6
    I'm having the following issue. Macbook Pro running Windows 7 as guest OS:

    1. Open Putty and SSH into a Linux machine
    2. Open vi (or vim)
    3. Cmd+tab back to Mac OS
    4. Cmd+tab back to Windows guest OS
    5. Now to vi help page is suddenly displayed
    Normally the vi help page is invoked by pressing F1. I haven't found any Parallels setting to influence this behaviour yet. Any clues?
     
  2. BrianB2

    BrianB2 Bit poster

    Messages:
    1
  3. dife

    dife Junior Member

    Messages:
    11
    No, it doesn't fix at all ..
    Its so annoying !!! Not in Parallel 13
    Does somebody have any idea?
     
  4. MichaelB73

    MichaelB73 Bit poster

    Messages:
    2
    Add the following to your .vimrc file to fix this.
    :noremap <F1> <nop>
    :noremap! <F1> <nop>
     
  5. MichaelB73

    MichaelB73 Bit poster

    Messages:
    2
    Add the following to your .vimrc file to fix this.
    :noremap <F1> <nop>
    :noremap! <F1> <nop>
     
  6. batoP

    batoP Member

    Messages:
    26
    this ? every server ?
     
  7. batoP

    batoP Member

    Messages:
    26
    Not change tab, when change the window use 3 fingers
     

Share This Page