Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bash-support - GVim and templates question #51

Open
dawiss opened this issue Apr 2, 2020 · 2 comments
Open

Bash-support - GVim and templates question #51

dawiss opened this issue Apr 2, 2020 · 2 comments
Labels

Comments

@dawiss
Copy link

dawiss commented Apr 2, 2020

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.
@WolfgangMehner
Copy link
Owner

  1. After \tft the prompt appears, and you can use tab-completion.

@WolfgangMehner
Copy link
Owner

  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`.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants