Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
bryphe committed Aug 23, 2021
1 parent 9a9e0f9 commit a10ef64
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions docs/website/blog/2021-08-22-release-0.5.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Zach has also made several improvements to the search pane. Toggleable regex-bas

### Right-click Menus

TODO: Image

Rounding out the changes made by Zach, right-click menus are now supported in Onivim 2!

For now, it's mostly just the setup work, such that we can start incorporating this into new features - but the fact the feature has landed means we can start to integrate more.
Expand All @@ -32,8 +34,6 @@ Fear not though, Onivim 2 is first and foremost keyboard driven, so there will a

### Quick-open Binds

TODO: Image/gif

Finally, Ryan has added some basic bindings to the quick-open menu (that is the <kbd>Control</kbd>+<kbd>p</kbd> menu on Windows/Linux, <kbd>Command</kbd>+<kbd>P</kbd> menu on macOS). These bindings let you open a file in various ways, instead of just replacing the current buffer (which is the current <kbd>Enter</kbd> behavior).

You can now open in a new horizontal or vertical split, or into a new tab (though that makes more sense with [Vim style tabs](https://onivim.github.io/docs/getting-started/vim-tips#how-do-i-get-the-tabs-to-behave-as-they-do-in-vim)).
Expand All @@ -47,9 +47,7 @@ These default bindings can be changed, with the commands used listed [here](http

### Titlebar Changes

TODO: Images

The titlebar now has the option to pick between our custom Onivim 2 themed title bar, and a default OS themed one. Our custom title bar looks nice, since it can leverage theme colors. However, on some platforms - particularly Windows - the native title bar behaves better. For this reason, the native titlebar is now the default on Windows.
The titlebar now has the option to pick between our custom Onivim 2 themed title bar, and a default OS themed one. Our custom title bar looks nice, since it can leverage theme colors. However, on some platforms - particularly Windows - the native title bar behaves better. There were some annoying usability bugs with our custom titlebar (windows shortcut keys not working, window overflowing to other screens, etc) - for this reason, the native titlebar is now the default on Windows.

The titlebar style can be adjusted with this configuration option:

Expand All @@ -70,9 +68,6 @@ terminal Vim:
- #3699 - Vim: Respect silent flag for output-producing commands (fixes #3680)
- #3755 - Vim: Fix extra 'editor tab' with `:tabnew`/`:tabedit` (fixes #3150)

TODO: Mention on-going Vim work? Its a requested feature so would be good to give any
update here.

### VSCode Extension host changes

Similarly, lots of changes have landed that improve and extend our VSCode extension host
Expand Down

0 comments on commit a10ef64

Please sign in to comment.