Is there a way to get the last executed command? #880
Replies: 2 comments 4 replies
-
I don't think these commands are stored as part of history. The last command is remembered internally so it can be repeated with |
Beta Was this translation helpful? Give feedback.
-
I see, thank you for the info! I'm trying to fix this incompatibility between Quickscope and Sneak plugins: Mishkun/ideavim-sneak#27 The problem is that Sneak over-writes s/S match.
I had two thoughts about how to fix this:
I'm not sure if you have any other ideas or solutions? I'd appreciate any help in getting these two working together 😄 |
Beta Was this translation helpful? Give feedback.
-
I am trying to find a way to see whatever the last executed command was. For example, if I do
ciw
I am trying to search backwards for thec
command. Or if I dofJ;;;
I am trying to get thef
command.I see there is
VimPlugin.HistoryGroup
but I'm not sure how to use this.Beta Was this translation helpful? Give feedback.
All reactions