-
-
Notifications
You must be signed in to change notification settings - Fork 580
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
open file in $EDITOR from tigui #166
Labels
enhancement
New feature or request
Comments
That is a good idea, I think this should be quite possible now that we have a use-case already where opening an external editor was added: #114 |
jonstodle
added a commit
to jonstodle/gitui
that referenced
this issue
Jul 6, 2020
Pressing `e` while looking at a file in the _Status_ view will launch an external editor with the current file opened. The editor chosen is determined by the default logic introduced in extrawurst#114. An improvement to this in the future could be launching at the specific line at which the _Diff_ view is focused, but that seems to require a change in `FileDiff` which is a change bigger than this PR. Fixes extrawurst#166
jonstodle
added a commit
to jonstodle/gitui
that referenced
this issue
Jul 6, 2020
Pressing `e` while looking at a file in the _Status_ view will launch an external editor with the current file opened. The editor chosen is determined by the default logic introduced in extrawurst#114. An improvement to this in the future could be launching at the specific line at which the _Diff_ view is focused, but that seems to require a change in `FileDiff` which is a change bigger than this PR. Fixes extrawurst#166
extrawurst
pushed a commit
that referenced
this issue
Jul 7, 2020
Pressing `e` while looking at a file in the _Status_ view will launch an external editor with the current file opened. The editor chosen is determined by the default logic introduced in #114. An improvement to this in the future could be launching at the specific line at which the _Diff_ view is focused, but that seems to require a change in `FileDiff` which is a change bigger than this PR. Fixes #166
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When you watching at diffs you sometimes may want to edit file just a bit, and for that in
tig
there ise
key to open selected file in$EDITOR
, would be super cool to have same functionality here as wellThe text was updated successfully, but these errors were encountered: