autovim icon indicating copy to clipboard operation
autovim copied to clipboard

Feature Request

Open rohitsrao opened this issue 5 years ago • 1 comments

Hey @thomcom

Thanks a TON for this. I absolutely love using it.

A few feature requests

  1. When a cell is empty pressing dd in normal model should delete the cell
  2. 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

rohitsrao avatar Jun 19 '19 12:06 rohitsrao

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. :)

thomcom avatar Jul 26 '19 15:07 thomcom