Bash-support - GVim and templates question
Opened this issue · 2 comments
dawiss commented
Hi,
i have two questions.
- Gvim related - it's possible to bind any key to open Bash support menu? Have been searching for two days and alt+b doesn't work.
- Is there any way to use tests without typing whole line from tests.templates? e.g. \tft, than 'readable, -r', I know i can edit tests.templates and remove 'readable' part.
WolfgangMehner commented
- After \tft the prompt appears, and you can use tab-completion.
WolfgangMehner commented
- You can set the shortcut of the Bash Menu via this variable in your
.vimrc
:
g:BASH_RootMenu = '&Bash.'
The letter after the &
will be the shortcut, e.g. g:BASH_RootMenu = 'Ba&sh.' would mean that the Bash menu opens with
Alt+s`.