a50d30b
Quality of life shortcuts for code actions
Conrad Irwin created
a50d30b
Quality of life shortcuts for code actions
Conrad Irwin created
8ba69c1
refactor: Remove G/Z Namespace support
This previously enabled things like `d g g` to work, but we can fix that instead by not clearing out pending vim state on change. Either way, it is unnecessary and causes some user-confusion (zed-industries/community#176), so remove this code for now; and use comments to organize the file a bit instead.
Conrad Irwin created
bf25834
Fix shift-enter in search (#2772)
Fixes shift-enter to go to previous result. Release Notes: - To type a newline in search use `ctrl-enter` (or `ctrl-shift-enter` for a newline below).
Conrad Irwin created
8072792
Fix shift-enter in search
If you want to type a newline in an auto_height editor, ctrl and ctrl-shift are your friends.
Conrad Irwin created
5f89de0
Add key binding to close all docks (#2769)
Fixes: https://linear.app/zed-industries/issue/Z-2680/add-a-close-all-docks-action I frequently get stuck in this state: <img width="1608" alt="SCR-20230721-dgvs" src="https://github.com/zed-industries/zed/assets/19867440/13257e6d-f75a-4d1c-9718-153499e90c60"> I could zoom, but I dont want to in this case, I just want to close everything, to get back to a truly decluttered state. Running 3 toggle commands is cumbersome. I'd like to be able to close all docks with one action. I added an action with the key binding `alt-cmd-y` (similar to`alt-cmd-t`, which is used to close all tabs). My original choice was `alt-cmd-d` (`d` for dock), but that is the default macOS key binding to hide the system dock. Release Notes: - Added a `workspace: close all docks` action (deployed via `alt-cmd-y`).
Joseph T. Lyons created
1610e27
feat(workspace): add action for closing inactive editors on all panes
Alex Viscreanu created
35400d5
Do not highlight fake URLs in terminal (#2770)
Closes https://github.com/zed-industries/community/issues/1794 See also https://github.com/alacritty/alacritty/pull/7101 Release Notes: - Fixed terminal incorrectly highlighting certain strings as URLs
Kirill Bulatov created
cd36206
Do not highlight fake URLs in terminal
Kirill Bulatov created
d98fcc4
Add key binding to close all docks
Joseph T. Lyons created
57b6e25
Fix enter in search (#2768)
Fixes a regression in non-vim search caused by my changes to vim search. Release Notes: - N/A
Conrad Irwin created
7337910
Fix enter in search
Conrad Irwin created
76188c9
Add wrap guides (#2767)
fixes https://github.com/zed-industries/community/issues/48 Release notes - Added wrap guides and two associated language settings: `"show_wrap_guides": bool` and `"wrap_guides": [..]`. The first controls whether wrap guides are shown when `"soft_wrap": "preferred_line_length"` is enabled and the second allows Zed to show additional wrap guides at whichever column index you prefer. Here's a screenshot of Zed with wrap guides at 60 and 90, and soft wrap active with a preferred_line_length of 80: <img width="956" alt="Screenshot 2023-07-20 at 4 42 11 PM" src="https://github.com/zed-industries/zed/assets/2280405/48f36be1-3bdc-48eb-bfca-e61fcfd6dbc2">
Mikayla Maki created
05a8409
bump the brightness of the active wrap guide
Mikayla Maki created
a9bfe97
Add wrap guides and associated settings
Mikayla Maki created
81b05f2
Optimize glob filtering of semantic search
Co-authored-by: Kyle <kyle@zed.dev>
Max Brunsfeld and Kyle created
4557adf
Icon adjustments (#2766)
Icon tweaks
Derek Briggs created
1d1da74
Adjustment
Derek Briggs created
0769458
Detail adjustments
Derek Briggs created
a85af79
Folder icons (#2764)
- Updates icons and adds more - Adds ability to choose folders or chevrons in user settings - Adds ability to set indent size in user settings
Mikayla Maki created
6b95ac9
fmt
Mikayla Maki created
719c567
Reuse previously-obtained call object
Joseph T. Lyons created
6095525
Add microphone toggle events (#2765)
Release Notes: - N/A
Joseph T. Lyons created
429daf5
Add microphone events to calls
Joseph T. Lyons created
7d3d546
Remove unused method
Joseph T. Lyons created
1242b5b
Solid tab on folder icon
Derek Briggs created
0b61556
In macOS platform layer map a ctrl-click to a right click (#2755)
Maps a ctrl left down event into a ctrl-less right down and then up pair and filters out ctrl left up. Hopefully this ensures that mouse down/up events remain balanced and somewhat matching. Release Notes: - Added the ability to ctrl-click in place of right click to summon context menus ([#1150](https://github.com/zed-industries/community/issues/1150)).
Julia created
abb145d
add indent size to project panel settings
Derek Briggs created
95947f6
icon adjustment
Derek Briggs created
c56d62f
gitmodules to git icon
Derek Briggs created
0e068a6
organize settings
Derek Briggs created
13ae124
Allow for folders or chevrons
Derek Briggs created
2f4e5b7
Add the `local` and `declare` keywords to bash syntax highlighting (#2761)
Release Notes: - Improved Bash / Shell Script syntax highlighting
Nate Butler created
a7695c4
Update default settings
Derek Briggs created
8f0b24b
Add moar icons
Derek Briggs created
0e9cad4
Add a double click to reset resized splits (#2762)
fixes https://github.com/zed-industries/community/issues/1791 Release Notes: - Double clicking on split resize handles now resets the split's dimensions
Mikayla Maki created
e02d6bc
add glob filtering functionality to semantic search
KCaverly created
d84d663
fmt
Mikayla Maki created
4d1dbb8
Add a double click to reset resized splits
Mikayla Maki created
5d22a30
Add the `local` and `declare` keywords to bash syntax highlighting
Nate Butler created
372f66c
Add workspace::ActivatePaneInDirection (#2757)
This change adds support for choosing a pane based on direction; and
adds default keybindings (`cmd+k cmd+{left,right,up,down}`) and vim
keybindings.
Release Notes:
- Add support for navigating to the next pane in a given direction using
`cmd+k cmd-{up,down,left,right}`
([#476](https://github.com/zed-industries/community/issues/476),
[#478](https://github.com/zed-industries/community/issues/478))
- Vim: adds support for many window related shortcuts: `ctrl-w
{h,j,k,l,up,down,left,right,w,W,p}` for navigating around panes, `ctrl-w
{q,c}` for closing panes and `ctrl-w {v,s}` for splitting panes.
Conrad Irwin created
0e984e1
Ignore off-screen cursors
Conrad Irwin created
464cc2e
Assertions for assumptions
Conrad Irwin created
d6a463a
Better calculation of pane distance
Conrad Irwin created
f051e66
code icon adjustment
Derek Briggs created
a90b151
Updated icons with additions
Derek Briggs created
54378a5
Keep basic line height for single line editors (#2759)
Kirill Bulatov created
0237276
Fully revert the line height change
Kirill Bulatov created
0e6048a
Keep basic line height for single line editors
Kirill Bulatov created
257dd57
Properly display keybindings in context menus (#2758)
Fixes https://github.com/zed-industries/community/issues/1751   Release Notes: - Fixed context menu keybindings not updating with custom keybinding values
Kirill Bulatov created
a5e63fb
Properly display keybindings in context menus
Kirill Bulatov created