For example, 3j has been executed. Is there a key to repeat this command?
http://www.vim.org/scripts/sc...
This plug-in...the official one should not be allowed...
You can use macros, please refer to it
q{register} Start recording, for example qa Enter the command to record, for example 3j Enter q to end recording @{register} Use the command, for example @a
Try it with . (dot)
; This key.
;
http://www.vim.org/scripts/sc...
This plug-in...the official one should not be allowed...
You can use macros, please refer to it
q{register} Start recording, for example qa
Enter the command to record, for example 3j
Enter q to end recording
@{register} Use the command, for example @a
Try it with . (dot)
;
This key.