Keith Simmons
|
6c57fcf9be
|
Merge pull request #968 from zed-industries/vim-visual-mode
Vim visual mode
|
2022-05-10 12:51:58 -07:00 |
|
Keith Simmons
|
37c921f972
|
Initial visual mode
|
2022-05-10 11:12:28 -07:00 |
|
Max Brunsfeld
|
4b1c46fa45
|
Allow deleting entries from the project panel
|
2022-05-04 18:00:23 -07:00 |
|
Max Brunsfeld
|
8fdc5c9be3
|
Improve the appearance of project panel filename editor
* Always layout single-line editors with a fixed height
* Preserve directory chevron when editing folder names
* Allow theming the filename editor
Co-authored-by: Antonio Scandurra <me@as-cii.com>
|
2022-05-04 10:28:44 -07:00 |
|
Antonio Scandurra
|
aa4919a76f
|
Merge pull request #964 from zed-industries/transpose
Introduce `Editor::transpose` bound to `ctrl-t`
|
2022-05-04 10:04:55 +02:00 |
|
Antonio Scandurra
|
070607c821
|
Implement Editor::transpose without accounting for multi-byte chars
|
2022-05-03 14:33:43 +02:00 |
|
Keith Simmons
|
b2138f5935
|
Add insert line above and below
|
2022-05-02 11:49:10 -07:00 |
|
Keith Simmons
|
833a7b6e76
|
WIP just missing insert line above and below
|
2022-05-02 11:49:10 -07:00 |
|
Max Brunsfeld
|
ec6652af73
|
Remove some novel key bindings
Co-authored-by: Nathan Sobo <nathan@zed.dev>
|
2022-04-25 11:56:03 -07:00 |
|
Keith Simmons
|
c61ae6f31f
|
Merge pull request #877 from zed-industries/misc-normal-commands
Add inclusive vs exclusive motions to vim mode
|
2022-04-22 14:25:56 -07:00 |
|
Nathan Sobo
|
30f2604a8d
|
Map shift-backspace to backspace
A user pointed out that it was weird that this didn't work and violated their muscle memory.
|
2022-04-22 06:04:12 -06:00 |
|
Keith Simmons
|
5ea782de21
|
Add inclusive vs exclusive motions to vim mode
|
2022-04-21 16:50:23 -07:00 |
|
Max Brunsfeld
|
14cf51638c
|
🎨 Tweak order of default key bindings
|
2022-04-21 15:28:15 -07:00 |
|
Max Brunsfeld
|
490b65b55f
|
Reuse Confirm action in chat panel, go-to-line, and project search
|
2022-04-21 15:24:05 -07:00 |
|
Max Brunsfeld
|
d43f194342
|
Organize default key bindings into categories
|
2022-04-21 14:07:14 -07:00 |
|
Max Brunsfeld
|
066b4faf61
|
Restructure KeyMap file, make it easy to edit in Zed
Add a JSON schema for this file so that autocomplete can be used for the actions.
|
2022-04-21 13:35:10 -07:00 |
|
Max Brunsfeld
|
3bbc021a7e
|
Use Picker in Outline view
|
2022-04-18 17:11:39 -07:00 |
|
Max Brunsfeld
|
4630071f58
|
Start work on a command palette
|
2022-04-18 17:11:08 -07:00 |
|
Keith Simmons
|
63278041e1
|
Add c and d operators to vim normal mode
Extracted motions from normal mode
Changed vim_submode to be vim_operator to enable better composition of operators
|
2022-04-15 16:05:50 -07:00 |
|
Max Brunsfeld
|
2ea2ba358f
|
Add back toggle sidebar key bindings
|
2022-04-13 11:14:10 -07:00 |
|
Max Brunsfeld
|
1e0182f6c7
|
Add back key binding for confirming completions with tab
|
2022-04-13 10:35:05 -07:00 |
|
Max Brunsfeld
|
949fbe7cd3
|
Allow dumping the project diagnostic view's state as JSON
Also, improve DebugElements action so that it shows the JSON in an editor.
Co-authored-by: Nathan Sobo <nathan@zed.dev>
|
2022-04-11 19:51:46 -07:00 |
|
Max Brunsfeld
|
add0dad6d7
|
Use '*' to represent the default context in keymap files
Co-authored-by: Keith Simmons <keith@zed.dev>
|
2022-04-11 17:17:03 -07:00 |
|
Max Brunsfeld
|
c065f283aa
|
Move assets to their own crate, load keymaps in vim tests
Also, move assets folder to the top-level.
Co-authored-by: Keith Simmons <keith@zed.dev>
|
2022-04-11 15:54:52 -07:00 |
|