Jumping over words in edit with ctrl+arrow (thx Tobias Börtitz)
commit8f6bffdd5f07c465191c6c37d5347f89fc317817
authorTobias Börtitz <>
Sun, 13 May 2012 11:33:47 +0000 (13 13:33 +0200)
committerVojtech Horky <vojtechhorky@users.sourceforge.net>
Sun, 13 May 2012 11:33:47 +0000 (13 13:33 +0200)
tree6d46b29db4215acf0ecf36e9d25c530b578fe6d5
parent4b824457e99e96b4e0176beb18eabdc25b8895da
Jumping over words in edit with ctrl+arrow (thx Tobias Börtitz)

This patch implements
 * deleting a word before the caret with shortcut Ctrl-W (vim-like)
 * moving caret word by word using by the shortcuts Ctrl-left (right),
   also stopping at the beginning and end of a line
 * selecting individual words by using the shortcuts Ctrl-Shift-arrow
uspace/app/edit/edit.c
uspace/app/edit/sheet.c