Commit graph

20 commits

Author SHA1 Message Date
1c46c9be64 vim: additional keymaps to retain visual selection 2023-08-06 00:56:27 +02:00
7bc515f781 vim: fix keymap for toggling 'wrap' 2023-08-06 00:55:52 +02:00
2bc8c7c15e vim: don't use <c-a> for "select all" 2023-08-06 00:49:53 +02:00
0dfb48477d vim: better handling of line number toggling 2023-08-06 00:47:21 +02:00
7cbf14e32b vim: add a keymap to quickly run :Lazy 2023-07-21 00:05:57 +02:00
763e92e588 vim: better keymap to clear search highlight 2023-07-21 00:05:36 +02:00
803e14ea1a vim: use partial() for keymaps 2023-07-16 19:03:59 +02:00
4631f93356 vim: add mapping to move to beginning of line in command mode 2023-07-13 20:58:47 +02:00
51cb1426ac vim: keymap for better cmdline navigation 2023-07-12 01:31:18 +02:00
705f577d08 vim: provide feedback when toggling options 2023-07-10 22:18:48 +02:00
86ab3f7dfe vim: add mapping to toggle wrap 2023-07-09 21:34:42 +02:00
c3be7795d1 nvim: better key bindings for quickfix list 2023-05-05 14:17:20 +02:00
d889b4b8fc nvim: better key bindings fog tab navigation 2023-05-05 14:17:05 +02:00
dc4875bcec nvim: remove unused keymaps 2023-05-05 14:12:48 +02:00
22836262a3 nvim: remove keymaps that I never use 2023-01-31 10:54:08 +01:00
88fe23f878 Revert "nvim: keymap to move to begin/end of line in command line mode"
This reverts commit eedb9b8e2e.

I hadn't noticed that <c-e> works by default already in command mode and
<c-b> moves the cursor to the beginning of the line. I'll use the
default key bindings.
2023-01-30 19:43:18 +01:00
eedb9b8e2e nvim: keymap to move to begin/end of line in command line mode 2023-01-30 18:47:36 +01:00
55239a2977 nvim: keymap for better search results navigation 2023-01-29 20:43:07 +01:00
95021fe33b nvim: keymap to improve joining lines 2023-01-29 20:43:07 +01:00
d9cb38c8b2 vim: move all configuration into the user module 2022-12-18 20:31:00 +01:00
Renamed from config/nvim/lua/fs/keymaps.lua (Browse further)