Skip to content

Commit a10ef64

Browse files
committed
Tweaks
1 parent 9a9e0f9 commit a10ef64

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

docs/website/blog/2021-08-22-release-0.5.7.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Zach has also made several improvements to the search pane. Toggleable regex-bas
2424

2525
### Right-click Menus
2626

27+
TODO: Image
28+
2729
Rounding out the changes made by Zach, right-click menus are now supported in Onivim 2!
2830

2931
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.
@@ -32,8 +34,6 @@ Fear not though, Onivim 2 is first and foremost keyboard driven, so there will a
3234

3335
### Quick-open Binds
3436

35-
TODO: Image/gif
36-
3737
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).
3838

3939
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)).
@@ -47,9 +47,7 @@ These default bindings can be changed, with the commands used listed [here](http
4747

4848
### Titlebar Changes
4949

50-
TODO: Images
51-
52-
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.
50+
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.
5351

5452
The titlebar style can be adjusted with this configuration option:
5553

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

73-
TODO: Mention on-going Vim work? Its a requested feature so would be good to give any
74-
update here.
75-
7671
### VSCode Extension host changes
7772

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

0 commit comments

Comments
 (0)