dotfiles/config/nvim
Fernando Schauenburg 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
..
after/ftplugin vim: rename buffer local maps for consistency with nvim API 2022-02-09 23:14:25 +01:00
ftdetect install: make ~/.config a symlink into dotfiles 2022-02-07 19:26:29 +01:00
lua/fs vim: better macros to move lines 2022-02-15 15:40:23 +01:00
spell vim: update spelling 2022-02-09 22:18:07 +01:00
init.lua install: make ~/.config a symlink into dotfiles 2022-02-07 19:26:29 +01:00