To stop the cursor from moving while yanking to a mark in Vim, use the following command:
:nohlsearch
This command will turn off search highlighting, which will prevent the cursor from moving to the next match. You can use this command before yanking to a mark, and then turn on search highlighting again by using:
:set hlsearch
Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss
Asked: 2023-03-30 11:00:00 +0000
Seen: 8 times
Last updated: Dec 28 '22
When developing an SO file, is it possible to include an additional SO file?
What is the process of automating commands and cronjob expressions stored in a Laravel database?
What is the process to retrieve register values in Gem5?
How can I set a repeatable key for IdeaVim in WebStorm?
What does the error message "Unrecognized action 'sudo'" mean in MacPorts/Terminal?
What is the method for performing the same action multiple times in Vim?
What is the process for changing from one AWS Organizations account to another using the aws-cli?