WolfgangMehner/vim-plugins

Bash-support - GVim and templates question

Opened this issue · 2 comments

Hi,
i have two questions.

  1. 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.
  2. 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.
  1. After \tft the prompt appears, and you can use tab-completion.
  1. 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`.