| Age | Commit message (Collapse) | Author |
|
Now when you open a directory when starting nvim, nvim-tree will be
opened to handle the directory correctly, see also issue #257.
|
|
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
|
|
The previous way of keep the cursor while yanking is not perfect.
It will break multi-line yank (`{count}yy`).
|
|
Also move the autocmd location.
|
|
|
|
|
|
|
|
|