Commit graph

10 commits

Author SHA1 Message Date
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)