Mikayla Maki
032b203519
Separate out macOS and Linux keymaps ( #13792 )
...
Release Notes:
- Added Linux-Specific keymaps for JetBrains, Atom and Sublime Text
- Improved MacOS-specific keymaps for JetBrains and Atom
- Improved Linux default keymap (VSCode compatibility)
- Windows now uses same keymap as Linux
---------
Co-authored-by: Peter Tripp <peter@zed.dev >
2024-07-08 15:05:29 -04:00
Peter Tripp
813cc3f5e5
Keymap oneliners ( #13887 )
...
This is should be a no-op, whitespace formatting only.
Removes 425 lines of excess whitespace in our default keymap json files.
Release Notes:
- Improved formatting of default keymaps (single line per bind)
2024-07-05 22:00:18 -04:00
Mikayla Maki
41d2c52638
Adjust keybindings for deletion in the project panel ( #13326 )
...
- Improve compatibility keybindings (Atom, JetBrains, TextMate)
- Revert MacOS cmd+backspace regression. Should trash without prompting (like MacOS)
Co-authored-by: Peter Tripp <peter@zed.dev >
2024-06-25 14:21:44 -04:00
Dom Christie
f252d9cf67
Fix alt-shift-(left|right) behaviour ( #11292 )
...
Not sure what the etiquette is here, but in the interest of fixing
#10242 , I've re-implemented @jish's PR
https://github.com/zed-industries/zed/pull/10535 and have signed the CLA
Release Notes:
- Fixed `alt-shift-left` and `alt-shift-right` in the Textmate default
keybindings.
([#10242 ](https://github.com/zed-industries/zed/issues/10242 ))
TextMate keymap uses default option shift arrow selection
2024-05-03 11:29:47 +02:00
Daniel Zhu
f5823f9942
Split DuplicateLine into DuplicateLineUp and DuplicateLineDown ( #9715 )
...
Fixes #9601
Release Notes:
- `DuplicateLine` is now split into `DuplicateLineUp` and
`DuplicateLineDown`
2024-03-28 12:52:08 +02:00
Joseph T. Lyons
b77e661c9f
Update textmate.json
2023-08-23 01:31:01 -04:00
Alex Viscreanu
c7669317ec
feat(workspace): allow alternative actions to open files and symbols in split
...
Co-authored-by: Mikayla Maki <mikayla@zed.dev >
2023-07-14 21:49:15 +02:00
Piotr Osiewicz
e00e73f608
branches: Add a modal branch list.
...
Extract branch list into a separate vcs_menu crate akin to recent_projects.
Add current bind for a modal branch to branch popover's tooltip.
Z-2555
2023-07-10 17:18:12 +02:00
Joseph T. Lyons
4a654f5252
Fix bug preventing the assist command from working in certain keymaps
2023-06-30 13:27:48 -04:00
Nathan Sobo
03f8c1206a
Rename Sidebar to Dock
2023-05-09 10:18:10 +02:00
Nathan Sobo
1919a826f9
Remove dock from workspace
2023-05-09 10:18:10 +02:00
Petros Amoiridis
3992e95109
Add newline shortcuts for popular editors
2023-04-21 18:29:35 +03:00
Joseph Lyons
c8696149b8
Add TextMate keymap
2023-03-13 08:27:04 -04:00