aboutsummaryrefslogtreecommitdiff
path: root/lua/mappings.lua
AgeCommit message (Collapse)Author
2023-08-28fix multi-line yank issue, close #220jdhao
The previous way of keep the cursor while yanking is not perfect. It will break multi-line yank (`{count}yy`).
2023-07-28feat: move lua conf under lua directoryjdhao