Commit Graph

43 Commits

Author SHA1 Message Date
Daniel H 6e4a472ef1
Add vim motions cw, ce, cc, S, and QOL modal bind gf (#1760)
* add vim motions cw, ce, cc, S, and QOL modal bind gf

* add #1760 to CHANGELOG.md
2022-11-29 20:58:56 +00:00
Michael Rutter be64a44d44
feat: added show hover keyboard shortcut (#1620) 2022-10-31 21:05:19 +00:00
Dongdong Zhou 445797ee4a key binding fix 2022-10-17 19:59:33 +01:00
Jordyn Newnham 57c16d6ea2
feature: add shift+C delete remainder of line (#1491) 2022-10-13 19:02:02 +01:00
Paul Delafosse f036ef845f
fix(search): use esc to close search regardless of current mode (#1477)
Closes #1309
2022-10-13 18:55:59 +01:00
Laurențiu Nicola 6eeb789201
Add keybindings for Shift-Del, Shift-Ins, Ctrl-Ins (#1040) 2022-09-30 19:56:53 +01:00
Paul Delafosse 42a23afd35
feat(lsp): implement syntax aware selection (#1353) 2022-09-27 19:40:23 +01:00
Dániel Buga 5010b1d295 Add duplicate_line_up/down commands 2022-09-25 22:41:08 +02:00
LukaOber d6f126695a
Added vims paste before (#1251) 2022-09-22 21:17:20 +01:00
Aziz Köksal 3ab14d63bf app: quit on customizable shortcut. 2022-09-03 14:57:12 +02:00
Dongdong Zhou 8687b7d33b
Rename 2022-08-31 19:25:06 +01:00
MinusGix 4bbe615424 Make completion and palette pay attention to page-up/down 2022-08-04 03:10:34 -05:00
Dongdong Zhou 9ceee52085 some more default keymaps changes 2022-08-02 19:19:36 +01: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
lihe 4558e0e513 Makes ctrl+c=esc
Deal with https://github.com/lapce/lapce/issues/700#issuecomment-1171154786
2022-07-04 19:28:29 +08:00
MinusGix 0421a39442 Add shift-delete/shift-backspace to keymaps 2022-06-22 22:08:39 -05: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 4f697e4aaa tab for completion 2022-05-20 13:19:35 +01:00
Jiangbin Zhao 7f1903249a address PR review feedbacks
- fix calculation of the new view center

- add default key bindings
2022-05-13 11:44:16 -07:00
Dongdong Zhou 451aa6a1b9 disable new line in input 2022-05-05 22:04:07 +01:00
Dongdong Zhou 1e63cbc8f1 enter in search box 2022-05-05 21:54:22 +01:00
Dongdong Zhou 57247e08ba palette input to use editor 2022-05-04 16:22:40 +01:00
Dongdong Zhou 74f70aee11 some more commands 2022-04-29 21:23:55 +01:00
Dániel Buga 1401fbbc5b Don't handle navigation commands in terminal mode 2022-04-24 21:23:47 +01:00
skim afbe68033b Adds alternative keymap to normal_mode 2022-04-04 20:28:16 -07:00
James H 03e8817bb3 fix: typos 2022-04-04 18:16:37 +10:00
Dongdong Zhou 3887e48744 Fix clear search 2022-03-24 16:47:02 +00:00
Dongdong Zhou 54286107ce search box (shift)+enter to jump backward/forward 2022-03-24 13:06:27 +00:00
Dongdong Zhou 459fd52bdd add support for modal d y < > 2022-03-24 12:42:56 +00:00
Dongdong Zhou 36d2a854c5
Merge pull request #228 from MinusGix/esc-completion
Implement more general closing of modals
2022-03-24 09:31:21 +00:00
MinusGix 6a34ad2fb8 Make cancelling more generic over different modal types 2022-03-24 00:42:25 -05:00
Dongdong Zhou 68c91c68ad toggle improvement 2022-03-23 21:45:16 +00:00
Dongdong Zhou 223ae72a55 find box paint improvement 2022-03-23 21:20:43 +00:00
Dongdong Zhou c3f3570e70 indent/outdent lines 2022-03-22 22:04:11 +00:00
Dongdong Zhou 02aa47056c tab indent improvement 2022-03-22 17:38:31 +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 47d3fd2fd3 scroll line up/down 2022-03-21 13:16:12 +00:00
Dongdong Zhou f70e99126e PageUp PageDown 2022-03-21 13:10:02 +00:00
Dongdong Zhou 2cca58b3ac Home and End keymap 2022-03-21 13:07:58 +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