WuTheFWasThat / vimflowy

An open source productivity tool drawing inspiration from workflowy and vim
https://www.wuthejeff.com/vimflowy
MIT License
1.6k stars 111 forks source link

Add support for CTRL-Backspace in insert mode to backspace full words #302

Closed rococode closed 5 years ago

rococode commented 5 years ago

Many programs using default text editors support a CTRL-Backspace command that backspaces a full word in one action. Examples include Word, this GitHub issue text editor, the URL bar on most browsers, etc.

It'd be great if this behavior could be included in the insert mode of vimflowy!

WuTheFWasThat commented 5 years ago

delete-to-word-beginning is already supported in insert mode, but is mapped to ctrl-w (emacs-style). you can remap it!

WuTheFWasThat commented 5 years ago

feel free to send a PR to add it as a default if it works :) i can't remember there being any reason not to, although it's been awhile