package mew_vi
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Modal editing witch, VI interpreter
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      0.5.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=a692fa7cdcc9e80fd9387c4f61677776b9fc15f9f7175b4220fcd1a73d1bafda
    
    
  md5=341e9a9a20383641015bf503952906bc
    
    
  doc/CHANGES.html
0.5.0 (2020-05-29)
- register support
 - text object: ab ib
 
0.4.0 (2020-04-26)
- visual mode
 
0.3.0 (2020-04-25)
motions:
- h l 0 ^ $
 - j k gg G
 - w W e E b B ge gE
 - f F t T
 - aw iw aW iW
 - include or inner ( ), [ ], { }, < >, ' and "
 - generic quote: aq? iq? where ? could be any character
 - bracket matching: jump back and forth between matched brakcets
 
- delete, change, yank with motions
 - paste: p P
 - line joining: J
 
0.2.0 (2020-04-20)
- paste
 - W B E gE
 - ( ) [ ] < > { }
 - f F
 - %
 
0.1.0 (2020-04-14)
initial release
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page