Vim icon indicating copy to clipboard operation
Vim copied to clipboard

`:norm[al]` command with a macro doesn't work

Open Chillee opened this issue 8 years ago • 4 comments

Copied from https://github.com/VSCodeVim/Vim/issues/1032

What did you do?

I tried to use '<,'> normal command but it doesn't work.

  • record a line macro with qa
  • v to other lines
  • :'<,'>normal @a

What did you expect to happen?

Apply macro into lines selected

What happened instead?

Nothing

Technical details:

  • VSCode Version: 1.7.1
  • VsCodeVim Version: 0.4.1
  • OS: Mac OS X 10.11.6

Chillee avatar May 21 '17 21:05 Chillee

Overall the vim emulation is really great! Much better than in Mono, but this feature would be ideal as it is one of my more commonly used ex commands

:10,15 norm @q

:+1:

benglass avatar Jun 28 '17 14:06 benglass

is this feature still in development? are there any alternatives i can use to apply a macro to several lines?

djmittens avatar Nov 15 '20 08:11 djmittens

So... no norm[al] command with macro yet? like :'<,'> norm i#

lshtar13 avatar Dec 20 '23 05:12 lshtar13

Getting this error. Command :norm[al] is not yet implemented.

We need this feature.

khanakia avatar Dec 22 '23 14:12 khanakia