Skip to content

Orbiton 2.62.4

Compare
Choose a tag to compare
@xyproto xyproto released this 30 Jun 11:34
· 1021 commits to main since this release
  • Make it possible to insert a symbol by pressing ctrl-_ and type in a 2-letter digraph (same digraphs as ViM uses).
  • Use timestamps in the location history, so that it can be culled/rotated and not grow too much over time.
  • Make it possible to press ctrl-f and search for a blank string or a space.
  • Disallow saving a file concurrently and then exiting the editor at the same time.
  • If ctrl-t is pressed while editing C or C++, but there is no corresponding source or header file to switch to, use the macro behavior instead.
  • Make it possible to press esc repeatedly to bring up the ctrl-o menu.
  • Add an -n flag for not writing to ~/.cache/o (where the location history, search history, game highscore etc. are kept).
  • Improve how the Markdown table editor draws tables.
  • Drop the initial status bar help message, since both --help and a man page are available.
  • Improve the help output and help text.
  • Some refactoring.
  • Update the documentation.
  • Update the dependencies.