alexzanderr / subl-vim-visual-line.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim Visual Line

a plugin for sublime text 4 made in rust binded with pyo3 to python that enables the user a vim visual line experience when using shift+up and shift+down

the main motivation was to

  • select to the beginning of the next line when going up
  • select to the end of the next line when going down
  • select an extra line for both directions

About


Languages

Language:Python 79.3%Language:Rust 13.3%Language:Makefile 5.1%Language:Shell 2.3%