Actions
Feature #1365
closedAdd a few bash-like shortcuts (^W, ^U, ^K)
Start date:
10/19/2013
Due date:
% Done:
100%
Estimated time:
4:00 h
Description
Please add these shortcuts for editing text (I'm mainly concerned about Azoth messages, but I think it'd be nice for everybody)
Ctrl-k - delete from cursor to the end of line
Ctrl-u - delete from cursor to the beginning of line
Ctrl-w - delete word behind the cursor
Of course, ^W may be unset by default, but please make it configurable (like the rest of them).
Updated by 0xd34df00d about 11 years ago
- Category set to Plugins: Azoth
- Status changed from New to Assigned
- Assignee set to 0xd34df00d
I doubt this can be added globally. There also may be issues with detecting what end/beginning of line is, but I'll take a look at Azoth case.
Updated by krigstask about 11 years ago
0xd34df00d wrote:
There also may be issues with detecting what end/beginning of line is
I vote for "beginning/end of what's already in message editor"
Updated by 0xd34df00d about 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset main|commit:d161dd7896d9782c4f8988af38918913b35ac421.
Actions