| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-01 | fix multi visual line delete issue | jdhao | |
| For TextYankPost event, it includes both yank and delete, we should only restore cursor position for yank, not for delete. Otherwise, it messes up with text deletion when you visually select multiple lines and delete them. See also issue reported here: https://github.com/jdhao/nvim-config/pull/222#issuecomment-1698634645 | |||
| 2023-08-28 | fix multi-line yank issue, close #220 | jdhao | |
| The previous way of keep the cursor while yanking is not perfect. It will break multi-line yank (`{count}yy`). | |||
| 2022-11-01 | chore: add notification for packer compile | jdhao | |
| Also move the autocmd location. | |||
| 2022-09-10 | format with stylua | jdhao | |
| 2022-09-01 | simplify and add new autocmd | jdhao | |
| 2022-08-21 | refactor: use ctx table for lua autocmd callback | jdhao | |
| 2022-08-20 | refactor: move part of autocmd to lua script | jdhao | |
