evil icon indicating copy to clipboard operation
evil copied to clipboard

How do I set a goal column in Evil?

Open LemonBreezes opened this issue 2 years ago • 2 comments
trafficstars

Question

Hi. I'm just wondering if there is an analogue of set-goal-column in Evil for column editing?

LemonBreezes avatar Sep 02 '23 17:09 LemonBreezes

No, but evil-next-/previous-line already respect goal-column, and there are other more "Vim-iomatic" ways of doing column editing. Did you have a specific use case in mind?

axelf4 avatar Sep 02 '23 18:09 axelf4

No, but evil-next-/previous-line already respect goal-column, and there are other more "Vim-iomatic" ways of doing column editing. Did you have a specific use case in mind?

Yeah, I wanted to insert numbers for music tracks in Dired and what came to mind was using kmacro and goal-column to delete the numbers that were already there but C-x C-n is bound in insert state so I got the idea that Vim users never needed that command.

LemonBreezes avatar Sep 02 '23 20:09 LemonBreezes