XVimProject / XVim

Xcode plugin for Vim keybindings
MIT License
5.16k stars 595 forks source link

Macro playback not working #655

Open elmart opened 9 years ago

elmart commented 9 years ago

Hi,

'@' command is not working for me. Doesn't seem to do anything. I can record macro with 'q', but not playback it with '@'. I'm on OSX 10.10 Yosemite using XCode 6.1 (6A1052c).

If you need something else, please tell me. Thx.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

tkreuder commented 9 years ago

I have exactly the same problem. Playback works for example with macvim, but not with XVim. It seems to be related with the keyboard layout. I switched my keyboard layout to english and pressing shift+2 works.

Tokeyme commented 9 years ago

A workaround for people like me who didn't know it, you can map the @-key :nnoremap m @ or in your .xvim nnoremap m @ Or use another key instead of 'm'.