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

steps to reconfigure edit or open default application #15

Closed
Dowwie opened this issue Feb 2, 2019 · 1 comment
Closed

steps to reconfigure edit or open default application #15

Dowwie opened this issue Feb 2, 2019 · 1 comment

Comments

@Dowwie
Copy link

Dowwie commented Feb 2, 2019

It's not clear to me after reading the docs how to change the default file opener to "code" (VSC) or vim

is this possible?

@Canop
Copy link
Owner

Canop commented Feb 3, 2019

The config file (which you can open from the help with :o) has this default entry:

[[verbs]]
name = "edit"
invocation = "ed"
execution = "/usr/bin/nvim {file}"

You can change it and replace nvim by vim for example.

You can also add a new entry, for example

[[verbs]]
name = "code"
invocation = "vsc"
execution = "path/to/vsc {file}"

@Dowwie Dowwie closed this as completed Feb 3, 2019
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