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
Copy file name to clipboardExpand all lines: docs/website/blog/2021-08-22-release-0.5.7.md
+3-8Lines changed: 3 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ Zach has also made several improvements to the search pane. Toggleable regex-bas
24
24
25
25
### Right-click Menus
26
26
27
+
TODO: Image
28
+
27
29
Rounding out the changes made by Zach, right-click menus are now supported in Onivim 2!
28
30
29
31
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
32
34
33
35
### Quick-open Binds
34
36
35
-
TODO: Image/gif
36
-
37
37
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).
38
38
39
39
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
47
47
48
48
### Titlebar Changes
49
49
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.
53
51
54
52
The titlebar style can be adjusted with this configuration option:
55
53
@@ -70,9 +68,6 @@ terminal Vim:
70
68
-#3699 - Vim: Respect silent flag for output-producing commands (fixes #3680)
71
69
-#3755 - Vim: Fix extra 'editor tab' with `:tabnew`/`:tabedit` (fixes #3150)
72
70
73
-
TODO: Mention on-going Vim work? Its a requested feature so would be good to give any
74
-
update here.
75
-
76
71
### VSCode Extension host changes
77
72
78
73
Similarly, lots of changes have landed that improve and extend our VSCode extension host
0 commit comments