Commit Graph

62 Commits

Author SHA1 Message Date
warg fc7060e0ed refactor: correctness fixes, API modernization, and cleanup 2026-04-13 01:20:52 +02:00
warg 28c45c8390 feat: switch from lazy to vim.pack 2026-04-10 14:42:25 +02:00
warg 7994298eb6 fix(lsp): enable lsp keybinds always, even when no server is attached 2026-02-25 00:26:07 +01:00
warg 132c5a9594 feat(mappings): add emacs bindings 2026-01-05 19:23:51 +01:00
warg 923ca6d7a4 fix(mappings): change hover/signature_help mappings to K/<C-S> 2025-11-08 04:51:38 +01:00
warg c0b30569ef feat(mappings): enable window commands in terminal mode 2025-10-22 11:34:43 +02:00
warg 5388da2989 fix(mappings): go back to using <ESC> to exit terminal mode 2025-10-21 10:52:08 +02:00
warg 9e544d70b9 feat: remove emacs bindings and change terminal mode bindings 2025-10-20 02:44:02 +02:00
warg 010d2f096e feat: improve quickfixlist window 2025-10-16 03:36:02 +02:00
warg d1c2f47993 feat(mappings): add mapping for alternate file 2025-10-16 03:35:27 +02:00
warg be601c8cd1 fix(mappings): improve deletion of buffer mappings 2025-10-05 16:31:18 +02:00
warg 8b17ef2b6b feat: remove ow directory, keep ow in type annotations only 2025-10-05 00:32:50 +02:00
warg 16ccb1d107 fix: namespace all local packages and modules 2025-04-16 23:19:16 +02:00
warg 99352e7bba feat!: remove default gr keymap 2025-04-09 06:07:33 +02:00
warg 10661e0bb4 fix(mappings): close pum with C-c 2025-03-29 21:57:04 +01:00
warg 2b5a46facd docs: add description of :cex and :cgete 2025-03-27 18:12:52 +01:00
warg c261e50920 fix(mappings): add back <C-e> in insert mode 2025-02-20 12:03:06 +01:00
warg 6afb0c8d17 docs: describe :grep and :cfdo 2025-02-20 12:02:00 +01:00
warg e433ff0b23 fix(mappings): use :help in vim/help filetypes when pressing K, :Man for others 2025-02-11 18:08:33 +01:00
warg a7b150b286 feat(mappings): add mapping for toggling virtualedit 2025-02-09 12:58:12 +01:00
warg 838c935f58 feat(mappings): enable Man with K 2025-02-09 12:57:51 +01:00
warg 0161ce0a4d fix(mappings): change close pum to C-x
Old C-e mapping interferes with emacs style
2025-02-09 12:57:36 +01:00
warg 575b28d5bc docs(mapping): clarify gq 2025-01-30 04:03:22 +01:00
warg 0e92f7b7ed docs: describe gq command 2025-01-28 12:32:15 +01:00
warg c3e18e232f fix: add description of H/M/L default binding 2024-11-19 23:00:48 +01:00
warg 044663220c fix: disable C-D for deleting in insert mode 2024-11-18 16:58:24 +01:00
warg fdc16c2081 fix: deleting buffer 2024-11-11 08:27:39 +01:00
warg 9913d8d5cc fix: closing pum in insert mode 2024-11-07 14:31:50 +01:00
warg 93b501048d feat: debloat 2024-10-31 17:55:09 +01:00
warg 0e0b09d54c docs(mappings): add some more good to knows 2024-10-25 13:30:38 +02:00
warg 4c002057f7 feat(mappings): add emacs style bindings for cmdline and insert mode 2024-09-10 07:48:37 +02:00
warg d076a58d3f feat(mappings): indent without deselecting 2024-07-08 08:56:50 +02:00
warg 75743d6fc3 fix(mappings): remove jumping on long lines 2024-04-14 15:35:52 +02:00
warg 2f6ff745c8 feat(line-length): update line length to 100 cols 2024-03-28 18:12:39 +01:00
warg 43069da8b0 fix(lsp): update bindings 2024-03-04 20:22:04 +01:00
warg 32618ac05b fix(mappings): remove un-indent mapping in favor of the default <C-D> 2024-03-04 20:19:13 +01:00
warg df6f9c1510 fix(mappings): add fallback for <C-e> 2024-03-04 20:18:25 +01:00
warg c785fe4e8c feat(core): Make it possible to un-indent in insert mode 2024-02-26 18:44:29 +01:00
warg dd8440bdcb fix(core): re-enable macro recording 2024-02-26 18:44:04 +01:00
warg b6c977e5ed chore: fix formatting 2024-02-26 18:43:05 +01:00
warg 7a5340686a Make bufwrite silent 2024-01-08 18:30:10 +01:00
warg 9e132603e2 chore: remove license headers 2024-01-08 11:18:13 +01:00
warg 538d6b4b7e Use the new fclose function for closing floating windows 2023-10-16 21:58:57 +02:00
warg f6759c2512 Add yanking bindings 2023-10-15 01:53:46 +02:00
warg a947c0a73c Add some navigation mappings 2023-10-15 00:40:19 +02:00
warg b449eccec9 Fix cycle buffers 2023-09-24 09:58:44 +02:00
warg 337a65e87f Clean up keymaps 2023-09-24 04:38:37 +02:00
warg a868c98f81 Add mapping for closing all floating windows 2023-09-22 02:44:57 +02:00
warg 2028e47257 Set some keymaps as silent to reduce messages 2023-09-19 23:36:23 +02:00
warg 22187c326e Fix formatting 2023-09-19 16:12:05 +02:00