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 ctrl+backspace in insert mode #304

Closed rococode closed 5 years ago

rococode commented 5 years ago

Small change to add Ctrl+Backspace as a default keybinding for delete-to-word-beginning in insert mode. I only did a bit of light testing but it seems to work just fine and the keypresses are consumed correctly.

(As discussed in #302)

WuTheFWasThat commented 5 years ago

thanks!