spyder-ide / spyder-vim

A plugin for Spyder to enable Vim keybindings
https://www.spyder-ide.org
MIT License
126 stars 26 forks source link

PR: Add registers #63

Closed bgallois closed 4 years ago

bgallois commented 4 years ago

Added basic vim registers:

ccordoba12 commented 4 years ago

This looks very interesting! I didn't know that Vim has this feature:

https://www.brianstorti.com/vim-registers/

Just out of curiosity: do you plan to implement the read only registers "., "%, ": and "# as part of this PR?

bgallois commented 4 years ago

Yes, it's a very useful feature. I plan to implement the read-only registers latter when I will have time, so it will be for another PR.