You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pressing e will work when opening a single file and not the entire directory. e.g. when using glow README.md, pressing e does not open the editor but rather scrolls down the view.
a configuration to support for specifying the editor and its argument, e.g. code --wait, in the configuration file, rather then always use the shell default editor.
the commit title states feat: open editor in current line, but what is the current line when viewing a markdown in glow?
Describe the solution you'd like
A clear and concise description of what you want to happen.
add e to ? hotkey listing.
pressing e should open the editor and not scroll down the markdown view.
add support for specifying editor in the configuration file.
add ability to highlight or have any other indication what is the current line.
Describe alternatives you've considered
invoking glow after setting the EDITOR, e.g. EDITOR="code --wait" glow
invoke glow --line-numbers without specifying any markdown file to show line numbers when viewing a markdown file, then pressing e to see the correlation between the view with line numbers to the current line on the editor. though, there was no noticeable correlation.
Additional context
Add any other context or screenshots about the feature request here.
e is not in hotkey listing
enter open / find r refresh
j/k ↑/↓ choose q quit
h/l ←/→ page ? close help
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
following 597e56b, it is expected that:
?
to list the hotkeys will includee
, but it does not.e
will work when opening a single file and not the entire directory. e.g. when usingglow README.md
, pressinge
does not open the editor but rather scrolls down the view.code --wait
, in the configuration file, rather then always use the shell default editor.feat: open editor in current line
, but what is the current line when viewing a markdown in glow?Describe the solution you'd like
A clear and concise description of what you want to happen.
e
to?
hotkey listing.e
should open the editor and not scroll down the markdown view.Describe alternatives you've considered
EDITOR="code --wait" glow
glow --line-numbers
without specifying any markdown file to show line numbers when viewing a markdown file, then pressinge
to see the correlation between the view with line numbers to the current line on the editor. though, there was no noticeable correlation.Additional context
Add any other context or screenshots about the feature request here.
e
is not in hotkey listingThe text was updated successfully, but these errors were encountered: