Commit Graph

67 Commits

Author SHA1 Message Date
MinusGix 48ca2364e5
Move line up/down keybinds in insert to macos (#3055) 2024-03-09 07:59:12 +00:00
Dongdong Zhou fa48091520 keymap view improvement 2023-09-27 20:37:21 +01:00
Dongdong Zhou e59bf2cab9 source control commit editor 2023-06-13 20:20:58 +01:00
Dongdong Zhou 69ea3f0216 add zoom in/out 2023-05-18 19:35:16 +01:00
Jakub Panek 4438eb551b
feat: add Ctrl+{a,e,k} keybinds on macOS (#2074) 2023-01-29 02:51:43 +01:00
Jakub Panek 950b40d0d2
feat: add command and keybinds to delete line (#2071) 2023-01-28 19:51:42 +00:00
Zach Huang 68581c25b8
added ctrl+y redo keymap (#1773) 2022-12-01 20:40:15 +00:00
MinusGix 6492ec2cb5
Impl displaying signature from LSP (#1720) 2022-11-19 19:45:17 +00:00
Aziz Köksal 3ab14d63bf app: quit on customizable shortcut. 2022-09-03 14:57:12 +02:00
panekj d20e0c539b fix: add CloseWindow command, properly handle window/app closing 2022-08-31 18:53:15 +02:00
Rob Tsuk 14496110a1
Fix hotkeys with shift and another modifier (#914)
On Mac when a character is pressed along with shift and
command, the character returned is not the upper case
variant.  This code allows recognition of "Redo", command-
shift-z, to work.
2022-08-02 19:15:01 +01:00
MinusGix 994afc79f8 Add keymap for going to previous tab 2022-07-19 02:23:55 -05:00
MinusGix 71214832be feat: Add next/previous tab commands and keybindings 2022-07-17 23:44:04 -05:00
MinusGix 0750b76696 Impl searching for symbols in workspace 2022-06-22 20:49:38 -05:00
Dongdong Zhou 5f64a5dd6b ctrl+right change to word_end_forward 2022-06-10 20:49:42 +01:00
Ryan Russell bd04e8fa63
Fix `Language` in toml files
Signed-off-by: Ryan Russell <git@ryanrussell.org>
2022-06-04 15:11:52 -05:00
Dongdong Zhou cf15ca235f add some mac key maps 2022-05-20 13:16:09 +01:00
Dongdong Zhou 4a7275dc71 add meta+backspace for macOS 2022-05-12 21:43:11 +01:00
Dongdong Zhou 0deb3aed0a add keymap for new file 2022-05-11 21:14:35 +01:00
Dongdong Zhou 1baaa04158 delete word forward/backward fix 2022-03-25 16:21:33 +00:00
Dongdong Zhou f4c8c8294d word forward/backward on macos should be alt+ 2022-03-25 08:51:01 +00:00
Dongdong Zhou 0e4cf74db8 new line above/below keymaps 2022-03-24 15:41:28 +00:00
Dongdong Zhou 54286107ce search box (shift)+enter to jump backward/forward 2022-03-24 13:06:27 +00:00
Dongdong Zhou 2c9f984c77
Merge pull request #231 from MinusGix/document-start-end-jump
Implement command + keybind to jump to start/end of document
2022-03-24 09:03:33 +00:00
MinusGix 6f4b432290 Impl command + keybind to jump to start/end of document 2022-03-24 01:15:59 -05:00
Dongdong Zhou 68c91c68ad toggle improvement 2022-03-23 21:45:16 +00:00
Dongdong Zhou 85dcd371e1 search box 2022-03-23 17:44:34 +00:00
Dongdong Zhou c3f3570e70 indent/outdent lines 2022-03-22 22:04:11 +00:00
Dongdong Zhou 84ae5003f5 default keymap change 2022-03-22 14:23:42 +00:00
Dongdong Zhou dd7069e9d5 Add toggle line comment 2022-03-22 13:39:47 +00:00
Dongdong Zhou ea92439dfe close folder 2022-03-21 14:15:02 +00:00
Dongdong Zhou 82000accbf delete word forward 2022-03-21 13:53:16 +00:00
Dongdong Zhou 538a6209ae navigation keymaps 2022-03-21 13:43:32 +00:00
Dongdong Zhou 0a6087b50f panel keymaps 2022-03-21 13:31:00 +00:00
Dongdong Zhou e7ae869a1d matching bracket keymap 2022-03-21 13:23:19 +00:00
Dongdong Zhou ba6d815c7f split keymap 2022-03-21 13:19:53 +00:00
Dongdong Zhou d9f62f7dd8 add some default keymaps 2022-03-21 13:03:37 +00:00
Dániel Buga b0cc78ccc2
Keymap parsing and keypress handling improvements (#191) 2022-03-21 11:35:00 +00:00
Dániel Buga 7f1f9320c5 Fix spelling of forward 2022-03-18 17:21:06 +01:00
Dongdong Zhou 08937dbc40 delete forward backward fix
close #143
2022-03-18 16:14:43 +00:00
Dongdong Zhou cf58bbf535 default keymaps change 2022-03-18 12:46:57 +00:00
Dongdong Zhou 740fc23095 more multi cursor select 2022-03-15 15:18:17 +00:00
Dongdong Zhou 8aa2a665b7 add some multi cursor commands 2022-03-15 13:03:08 +00:00
Dongdong Zhou 5d237bbeab clipboard cut 2022-03-15 09:16:19 +00:00
Dongdong Zhou ecb5bf8860 code lens selection fix 2022-03-14 16:19:51 +00:00
Dongdong Zhou c86514e745 start code lens 2022-03-10 22:07:20 +00:00
Dongdong Zhou 83234e6a6b change default keybindings 2022-03-04 13:22:36 +00:00
Dongdong Zhou e37121a2f5 new way to split 2022-02-07 20:54:20 +00:00
Dongdong Zhou eacc879f12 editor focus fix 2022-01-20 13:58:44 +00:00
Dongdong Zhou c9b8c73c88 insert tab 2022-01-19 11:21:51 +00:00