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
Launch a file browser if a directory name is given at start, such as: o .
Make it possible to press / to search, when viewing man pages.
Make it possible to copy the decompressed contents of .gz files to the clipboard with o -c examplefile.txt.gz, and to paste and compress the clipboard contents to a file with o -p examplefile.txt.gz.
Programming related
Improve function signature detection for JavaScript.
Improve syntax highlighting for C and Go.
Add experimental support for "jump to definition" in C, using ctrl-g.
Add initial support for COBOL, Dingo, C67 and Perl.
Fixes
Handle allow left and right when typing in text to search for in a file (after pressing ctrl-f).