views:

51

answers:

1

I want to map f1 to create a new tab so I add the following line

   map <F1> :tabnew <CR>

into my .vimrc and save it . But when I hit f1 in vim the GNOME TERMINAL MANNUAL window pops up rather than a new tab being created . So what should I do in this situation ?

A: 

Go to Edit | Keyboard Shortcuts... and remap or remove the shortcut.

Ignacio Vazquez-Abrams
@Ignacio : In which file the keyboard shortcuts are ? thanks .
Haiyuan Zhang
They're buried deep in gconf.
Ignacio Vazquez-Abrams

related questions