|
|
|
|
|
by fiddlerwoaroof
1909 days ago
|
|
It's funny, I'm like you with evil-mode/vim but opposite: after switching to evil-mode, I discovered that I like some of its changes and miss them whenever I use vim. The system clipboard integration, in particular, I really like (although, I'm pretty sure there's a setting somewhere in customize to disable that behavior). Another is that evil-mode's implementation of `A` works the way I'd like it to in visual-line mode while it's just sort of annoying in vim |
|
FWIW, ":set cb=unnamed,autoselect" (or "unnamedplus,autoselect") will probably do what you want in vim.
Another thing I forgot; running evil-mode in "emacs -nw" disables all setting of the clipboard, even with `"+` while a terminal vim with X11 compiled in will let you still access the clipboard. Kind of a super-niche use, but shrug.
I just tried A in visual-line mode and it was confusing. I'd never tried it before though, so never ran into that.