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

allow returning to gVim by spawning terminal to background #31

Open
Konfekt opened this issue Feb 13, 2015 · 1 comment
Open

allow returning to gVim by spawning terminal to background #31

Konfekt opened this issue Feb 13, 2015 · 1 comment

Comments

@Konfekt
Copy link
Contributor

Konfekt commented Feb 13, 2015

To be able to return to gVim after spawning a terminal by the command line, append a & to the command. For example, :!urxvt & instead of :!urxvt.

However, currently the customization provided by vim-gtfo does not allow this. For example

let g:gtfo#terminals = { 'unix' : 'urxvt & -cd ' }

would always spawn to the current work dir. This relates to #25

@justinmk
Copy link
Owner

Oh, good point. Will fix

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

No branches or pull requests

2 participants