summaryrefslogtreecommitdiff
path: root/lua/lvim/keymappings.lua
AgeCommit message (Collapse)Author
2022-12-21feat(keybindings): operator pending mode (#3626)LostNeophyte
2022-11-02refactor(theme)!: decouple tokyonight options (#3384)kylo252
2022-10-17Merge remote-tracking branch 'origin/rolling'kylo252
2022-10-13fix: Remove J and K key mappings for move (#3206)tobdob
2022-09-15refactor: small improvements (#3021)Christian Chiarulli
2022-08-29Merge remote-tracking branch 'origin/rolling'kylo252
2022-08-12refactor(keymaps)!: don't hijack H/L by default (#2874)Benedikt Schnatterbeck
2022-05-25Merge remote-tracking branch 'origin/rolling'kylo252
2022-05-21refactor: load the default options once (#2592)kylo252
BREAKING CHANGE: modifying the default options for keymaps and autocmds is now done by overwriting them, since they won't be loaded into the global `lvim` table anymore * refactor: use the lua-commands api * refactor!: use the lua-autocmds api * fix(settings): let neovim handle spellfile * feat: add log:set_log_level() * chore: update examples * chore: add deprecation notice for custom_groups
2022-02-21Merge branch 'rolling'kylo252
2022-02-18chore: fix typos (#2292)dundargoc
2022-02-12Merge branch 'rolling'kylo252
2022-02-07feat: use bufferline instead of barbar (#2254)Abouzar Parvan
2021-12-11Merge remote-tracking branch 'origin/rolling' into release-candidatekylo252
2021-11-18refactor: load the default keymaps once (#1965)kylo252
2021-11-12feat: last updates before 1.0.0 (#1953)Christian Chiarulli
2021-11-10fix(keymap): unset on reload, load correct order, add unset default (#1942)Chase Colman
fix(keymap): don't unset default keymaps on reload unless set to false fix(keymaps): prevent accessing undefined default mode fix(keymap): use unadapted mode for default check fix(keymap): apply initial lvim.keys
2021-11-03fix: overloading keymappings now works correctly even after reloading (#1789)kylo252
2021-10-16fix(cmp): fix <C-j> and <C-k> keybindings not workingxeluxee
2021-10-10feat: add an independent lvim namespace (#1699)kylo252