Commit Graph

25 Commits

Author SHA1 Message Date
Laurențiu Nicola 6eeb789201
Add keybindings for Shift-Del, Shift-Ins, Ctrl-Ins (#1040) 2022-09-30 19:56:53 +01:00
Mark bbbc3ffdc8
terminal: Implement text selection and copy/paste functionality in terminal mode (#1163) 2022-09-12 21:11:15 +01: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 0deb3aed0a add keymap for new file 2022-05-11 21:14:35 +01: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 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