dotfiles/config/nvim/lua/fs
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
..
config vim: tweak telescope flex layout 2022-02-15 12:23:01 +01:00
telescope vim: make telescope prettier 2022-02-14 19:22:24 +01:00
autocmds.lua vim: fix loss of cursorline when using Telescope 2022-02-14 18:31:54 +01:00
disable_builtin.lua install: make ~/.config a symlink into dotfiles 2022-02-07 19:26:29 +01:00
keymaps.lua vim: better macros to move lines 2022-02-15 15:40:23 +01:00
options.lua vim: add EOL symbols 2022-02-09 23:42:43 +01:00
plugins.lua vim: add telescope 2022-02-14 14:28:46 +01:00
util.lua vim: move custom highlights to colorscheme config() 2022-02-14 17:20:33 +01:00