Skip to content

Vim-style editing for textarea (modal editing)#207

Closed
maaslalani wants to merge 13 commits intomasterfrom
vim
Closed

Vim-style editing for textarea (modal editing)#207
maaslalani wants to merge 13 commits intomasterfrom
vim

Conversation

@maaslalani
Copy link
Copy Markdown
Contributor

@maaslalani maaslalani commented Aug 11, 2022

Adds vim-like functionality to textarea with different modes (Normal/Insert).

  • i/I/a/A insert at cursor, after cursor, start, end
  • e/E/w/W word forward
  • b/B word backward
  • h/j/k/l cursor left/down/up/right
  • p to paste
  • o/O to insert newlines
  • d/c to delete and change text
  • f/F/t/T to navigate to / until characters

@muesli muesli added the enhancement New feature or request label Oct 5, 2022
@jzbyers
Copy link
Copy Markdown

jzbyers commented Oct 20, 2023

Any idea if this will land soon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants