JSPM

  • Created
  • Published
  • Downloads 18637
  • Score
    100M100P100Q153738F
  • License MIT

Vim mode for Codemirror 6

Package Exports

  • @replit/codemirror-vim

Readme

TODO

  • add options to original draw-selections or remove selection code from copied version and leave only cursor
  • cursor keeps blinking while moving
  • implement setBookmark using Rangeset similar to selection
  • remove lineHandle use from global ex command
  • implement cursorActivity and change events
  • find a way to use searchHighlight from search addon
  • implement a replacement for operation, by creating a temporary doc collecting transactions and applying changes to the real doc after the operation
  • Find how to properly pass the cm variable to drawSelections and vimPanel plugins?