mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
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 |
||
|---|---|---|
| .. | ||
| components | ||
| tabs | ||
| ui | ||
| app.rs | ||
| cmdbar.rs | ||
| input.rs | ||
| keys.rs | ||
| main.rs | ||
| notify_mutex.rs | ||
| profiler.rs | ||
| queue.rs | ||
| spinner.rs | ||
| strings.rs | ||
| version.rs | ||