You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(keymaps): replace utils.vim_cmd and utils.git_cmd with inline functions
Refactored keymap definitions to use inline functions instead of the removed utils.vim_cmd and utils.git_cmd helpers. This change improves clarity and reduces indirection in keymap configuration files. Also removed commented-out code and updated git command handling to use a new local lazy_git_cmd function.
0 commit comments