autovim
autovim copied to clipboard
Feature Request
Hey @thomcom
Thanks a TON for this. I absolutely love using it.
A few feature requests
- When a cell is empty pressing dd in normal model should delete the cell
- Allow using j and k to also move between cells. So when we are in the last line of a cell and hit k it jumps to the next cell.
Is there a possibility to get line numbers in the cell ?! :set number and :set relativenumber do not work
Thanks @rohitsrao ! I'm not able to dedicate a lot of time to this project, but I totally agree with your feature asks. Both would require adding a new JS listener to the CodeMirror page to check for those state properties on keypress. I don't think it would be terribly difficult, but might take a few days to get all the kinks worked out. :)