Peter Tripp
c74ad61c0f
emacs: Add as Transpose Characters (editor::Transpose) ( #22974 )
...
Originally reported here:
-
https://github.com/zed-industries/zed/issues/4856#issuecomment-2578468329
macOS default vscode keymap already has this:
8d42456b8a/assets/keymaps/default-macos.json (L55)
But it's disabled on Linux default vscode keymap as VSCode has this bind
instead:
8d42456b8a/assets/keymaps/default-linux.json (L407)
Explicitly add it to both emacs keymaps so we can keep them identical
between macos/linux as long as possible.
Release Notes:
- emacs: Add support for `ctrl-t` transposing characters on Linux
2025-01-10 17:07:06 +00:00
Peter Tripp
57dfaa63ca
emacs: Fix using emacs in embedded terminal ( #22779 )
...
- Follow-up to: https://github.com/zed-industries/zed/pull/22590
Release Notes:
- N/A
2025-01-07 17:04:54 +00:00
Ross Timson
c968225b61
Add Emacs keybindings to open new/close windows and quit Zed ( #22629 )
...
These are more closely like default Emacs bindings.
I hope such small and minor changes didn't warrant a discussion in
advance.
Release Notes:
- Added Emacs bindings for creating a new window, closing a window, and
quitting zed entirely.
2025-01-06 22:02:54 +00:00
Peter Tripp
e5c3d5d626
Emacs keybinding improvements (2025-01-02) ( #22590 )
...
Various improvements to the emacs compatibility keybindings.
- See also: https://github.com/zed-industries/zed/issues/4856
Release Notes:
- Improvements to emacs keybindings:
- Better support for running emacs inside Zed terminal (e.g. `ctrl-x
ctrl-c` will quit emacs in terminal not zed)
- `alt-^` Join Lines
- `ctrl-/` Undo
- `alt-.` GotoDefinition and `alt-,` GoBack
- `ctrl-x h` SelectAll
- `alt-<` / `alt->` Goto End/Beginning of Buffer
- `ctrl-g` as Menu::cancel
2025-01-03 16:48:41 +00:00
Peter Tripp
5d0e75dd73
Improve emacs keybind with better home/end behavior ( #21923 )
...
Improve behavior of ctrl-a/ctrl-e home/end in emacs keybind.
Follow up to #21921 to add those to Linux emacs keymap too.
Release Notes:
- emacs: Improved `ctrl-a` / `ctrl-e` / `home` / `end` behavior
- emacs: Added for `ctrl-s` / `ctrl-r` / `ctrl-g` for navigating buffer
search results
2024-12-12 10:37:15 -05:00
Peter Tripp
91b02a6259
Add emacs keybinds for previous/next/cancel in search ( #21921 )
2024-12-12 09:50:54 -05:00
Douglas Ronne
999853fee0
Add emacs keymap ( #19605 )
...
Release Notes:
- Added Emacs (beta) base keymap
2024-11-07 15:22:53 -05:00