Commit graph

13 commits

Author SHA1 Message Date
861c13b7bd vim: clean up old mapping functions 2022-10-05 00:09:33 +02:00
45ed3965f0 vim: add mapping to display syntax highlighting groups 2022-09-26 20:00:52 +02:00
f9b463b408 vim: remove keymap for listing and switching buffers
This functionality has been replaced with `<leader>fb`, which used
Telescope to fuzzy find open buffers. This is much better because the
list of buffers is more readable and Telescope supports live preview of
the contents before switching.
2022-07-18 17:44:14 +02:00
cedb033443 vim: set map leader as early as possible in init.lua 2022-07-01 21:38:42 +02:00
ca6c534600 vim: better macros to move lines
The old macro got triggered unintentionally all the time, especially
when leaving Insert mode. The reason was that one way terminals can
emulate <Alt> modifier key is by sending <Esc> rapidly followed by the
key that is supposed to be modified. So, when pressing <Esc> to leave
Insert mode and immediately pressing J to go down, my current line was
moved – not the intended behavior and incredibly annoying.
2022-02-15 15:40:23 +01:00
ebba2f48fd vim: add mappings to toggle listchars visibility 2022-02-14 00:19:51 +01:00
075187658a vim: improve tab navigation mappings 2022-02-09 23:43:06 +01:00
fdbcc5ee2f vim: improve quicklist usage 2022-02-09 23:42:08 +01:00
0edb597382 vim: merge lua utils 2022-02-09 23:09:51 +01:00
df1cb09467 vim: better navigation between tabs 2022-02-09 16:53:50 +01:00
b4fb3ec5cd vim: add spellcheck file and yellow highlight for mistakes 2022-02-09 16:51:38 +01:00
15a0238078 vim: organize my lua utilities 2022-02-08 20:11:18 +01:00
61f0b64b84 install: make ~/.config a symlink into dotfiles 2022-02-07 19:26:29 +01:00
Renamed from nvim/.config/nvim/lua/fs/keymaps.lua (Browse further)