Folke Lemaitre
ff90417808
fix(keys): buffer-local nop mappings
2024-06-06 10:15:35 +02:00
Folke Lemaitre
3e4c795cec
fix(keys): never lazy-load `<nop>` or empty rhs keymaps
2024-06-06 09:28:35 +02:00
Folke Lemaitre
82cf974e09
fix(keys): properly deal with ft list for keys. Fixes #1448
2024-05-21 22:10:49 +02:00
Folke Lemaitre
39de11a2fa
fix(keys): properly re-create buffer-local mappings. Fixes #1448
2024-05-20 21:15:04 +02:00
Folke Lemaitre
c96fc24555
style: format
2024-03-07 17:30:37 +01:00
Emilia Simmons
d09084c4b1
fix(keys): fix abbreviation expansion on lazy load ( #1219 )
2024-01-21 11:40:46 +01:00
Folke Lemaitre
a9b9a4b3a2
fix(keys): make sure we don't delete the global mapping when executing an ft keymap. See #1241
2024-01-21 11:10:29 +01:00
Folke Lemaitre
5757b551fc
fix(keys): allow global/local ft keymaps to exist at the same time. Fixes #1241
2024-01-20 14:11:32 +01:00
Folke Lemaitre
2f169e74d4
refactor(handlers): lazy resolving of plugin handlers ( #1126 )
...
* refactor(handlers): lazy resolving of plugin handlers
* test: fixed tests
2023-10-16 22:34:44 +02:00
Folke Lemaitre
1cfd6d1f36
fix(loader): don't load handlers before installing plugins
2023-10-16 15:05:16 +02:00
Folke Lemaitre
22bf6ae04b
style: sort requires
2023-10-09 11:25:42 +02:00
Folke Lemaitre
9d92e65fd1
fix(keys): fixed adding managed keys
2023-10-08 19:14:33 +02:00
Folke Lemaitre
b79099cc9d
feat(keys): refactor code and allow disabling keymaps per mode. mode no longer needs to be exactly the same in order to disable.
2023-10-08 10:11:33 +02:00
Folke Lemaitre
09e30f88cd
fix(keys): fixed buffer-local mappings
2023-10-07 20:41:06 +02:00
Folke Lemaitre
c42e63c198
feat(keys): you can now create buffer-local filetype keymaps by specifying `ft=`. Fixes #1076
2023-10-05 14:00:11 +02:00
Folke Lemaitre
d65a3d6755
fix(keys): replace term codes to calculate ids
2023-06-03 13:45:21 +02:00
Folke Lemaitre
9f9d733df9
fix(keys): dont add (n) to keys id
2023-03-25 09:56:16 +01:00
Folke Lemaitre
1657ae9b8c
fix(keys): set nowait for lazy keymaps when needed. Fixes #600
2023-02-27 09:59:47 +01:00
Folke Lemaitre
6a18404b7d
fix(keys): fixed keys types. rhs can be `false`
2023-02-14 12:19:49 +01:00
Folke Lemaitre
c734d941b4
fix(keys): feed keys instead of returning expr for Neovim 0.8.x. Fixes #511
2023-02-08 16:00:56 +01:00
Folke Lemaitre
ddaffa0715
fix(keys): replace keycodes manually
2023-02-08 09:33:38 +01:00
MurdeRM3L0DY
4272d2100a
fix(keys): refactor retrigger mechanism ( #428 )
...
* fix keymap retrigger in operator mode
* remove unnecessary retrigger logic
we can just eval `"<Ignore>" .. lhs` to retrigger the mapping
* remove unused function
---------
Co-authored-by: MurdeRM3L0DY <>
2023-02-08 00:45:28 +01:00
Folke Lemaitre
870af80c68
feat(spec): overriding keys with an rhs of `false` will remove the key instead
2023-01-16 21:27:55 +01:00
Folke Lemaitre
fdf0332fe1
feat(keys): allow overriding a keys value to `vim.NIL` to not add the key
2023-01-16 10:16:35 +01:00
Tsakiris Tryfon
3bde7b5ba8
fix(keys): Use vim's default value for an unset g:mapleader ( #316 )
2023-01-04 14:02:48 +01:00
Folke Lemaitre
6d46a3028d
style(keys): remove debug output
2023-01-04 09:22:52 +01:00
Folke Lemaitre
507b695753
fix(keys): only replace localleader and maplocalleader. Fixes #307 , fixes #308
2023-01-04 07:54:45 +01:00
Folke Lemaitre
e93f50fd1b
fix(keys): operator pending mode
2023-01-03 16:16:49 +01:00
Folke Lemaitre
2e3e65b0f7
fix(keys): operator
2023-01-03 11:17:37 +01:00
Folke Lemaitre
cdb998c6fe
fix(keys): make operator pending mode work. Fixes #286
2023-01-03 11:16:15 +01:00
Folke Lemaitre
a834b30c70
fix(keys): forward `count` to keymaps. Fixes #252
2022-12-30 20:51:18 +01:00
Folke Lemaitre
46280a191b
fix(keys): don't escape pendig keys twice and only convert when number
2022-12-26 15:55:40 +01:00
Folke Lemaitre
9837d5be7e
fix(keys): only delete key handler mappings once
2022-12-25 16:17:50 +01:00
Folke Lemaitre
3f60f2dc13
fix(keys): key handlers were not working after reload
2022-12-22 21:58:19 +01:00
Folke Lemaitre
b440b3ac2d
fix(keys): don't create with remap!
2022-12-22 21:07:24 +01:00
Folke Lemaitre
72b38999bc
fix(keys): dont delete handlers manually. Let loader do that
2022-12-22 18:53:19 +01:00
Folke Lemaitre
08d458c5ba
fix: remove debug print
2022-12-22 18:50:31 +01:00
Folke Lemaitre
56890ce5f4
fix: remove lazy keymaps with the correct mode. Fixes #97
2022-12-22 17:49:32 +01:00
Folke Lemaitre
1c07ea15a3
feat(keys): more advanced options for setting lazy key mappings
2022-12-22 10:32:21 +01:00
Folke Lemaitre
2ab651864f
fix(keys): feedkeys should include pending keys. Fixes #71
2022-12-21 19:02:14 +01:00
Folke Lemaitre
52984419ff
fix: use nvim_feekeys instead of nvim_input for keys handler. Fixes #28
2022-12-20 18:24:48 +01:00
Folke Lemaitre
ecf03a6892
refactor: simplified handler code
2022-12-16 12:53:08 +01:00
Folke Lemaitre
b8d8648d28
refactor: moved handler to separate modules
2022-12-05 14:47:30 +01:00