Commit Graph
25 Commits
Author SHA1 Message Date
rootiest 0261c76cec feat: add key mapping for 'jk' to escape in insert and visual modes 2024-11-03 01:51:13 -04:00
rootiest cf560790cf feat: add EasyAlign key mapping for enhanced text alignment 2024-11-03 01:51:01 -04:00
rootiest 38ebed3b0a Feat(picker): implement custom picker function
Allows for automated picker selection and some special features to make using pickers easier
2024-10-15 18:00:11 -04:00
rootiest 3efddc37a0 feat: add clear search highlight mapping 2024-10-12 05:52:11 -04:00
rootiest a09d836f0d feat: enhance statusline with icon and text concatenation 2024-10-11 12:49:00 -04:00
rootiest b443e6ff91 feat: add ellipsis replacement functionality on InsertLeave 2024-10-08 04:25:31 -04:00
rootiest 7b76fb6f95 feat: improve cmp source and provider 2024-10-04 13:58:17 -04:00
rootiest 7aee452413 refactor: unify MultiCursor keybindings under <leader>m prefix 2024-09-25 06:17:38 -04:00
rootiest aa5351d41f feat: add multicursor support with new keybindings 2024-09-24 14:50:14 -04:00
rootiest 181797de7e feat: introduce status updates for Neovim Updater in lualine statusline 2024-09-21 06:54:36 -04:00
rootiest da34d98a1c refactor: reorganize post-configuration functions into utils module 2024-09-15 06:14:16 -04:00
rootiest d140f928ca feat: add new Telescope extensions including frecency, undo tree, and recent files 2024-09-15 01:07:03 -04:00
rootiest 725c3533a1 fix: correct frecency picker invocation in dashboard and key mappings 2024-09-14 17:26:39 -04:00
rootiest 0affef0abc feat: add custom key mappings for visual mode text block movements 2024-09-14 17:04:57 -04:00
rootiest 22aa2b890a feat: add Neovim updater shortcut keys 2024-09-14 15:21:38 -04:00
rootiest 1684b05f1b feat: add NeoCodeium chat function keymap 2024-09-13 09:18:34 -04:00
rootiest 03ddd8b2c1 🐛 fix(multiplatform): adjustments to support multiple platforms 2024-09-06 10:48:58 -04:00
rootiest 273580f533 ♻️ refactor(full-scope)!: major revision refactoring
Code layout has been changed and improoved. Annotations are added for documentation. Automated through utility functions and data tables

BREAKING CHANGE: Tested from clean. Now properly uses LuaRocks to install dependencies.
2024-09-04 16:07:12 -04:00
rootiest d8cf018277 chore: update key mappings with LazyGit integration 2024-08-31 16:41:30 -04:00
rootiest 9157dbff10 chore: remove key binding for code action on selection 2024-08-31 03:00:26 -04:00
rootiest 62da778481 fix: change LazyGit terminal toggle to floating window 2024-08-31 02:59:35 -04:00
rootiest d143f03026 feat: add keymap for inserting previous line indentation 2024-08-29 15:04:15 -04:00
rootiest b32cfaa517 refactor: optimize transparency commands and mappings structure 2024-08-29 14:46:57 -04:00
rootiest 8f65f878a7 refactor: centralize all keybind definitions into data module 2024-08-29 14:25:29 -04:00
rootiest 77534927af ♻️ refactor(keys): move plugin keys to a single file
Allows plugins to reference their keys table from data.keys
2024-08-23 09:58:02 -04:00