Add Alt-Left and Alt-Right for history navigation
Common shortcuts.
This commit is contained in:
parent
6378d54f7b
commit
843997a0d8
2 changed files with 6 additions and 0 deletions
|
|
@ -55,6 +55,8 @@ pub fn key_binds() -> HashMap<KeyBind, Action> {
|
|||
|
||||
bind!([Ctrl], C, Copy);
|
||||
bind!([Ctrl], X, Cut);
|
||||
bind!([Alt], Right, HistoryNext);
|
||||
bind!([Alt], Left, HistoryPrevious);
|
||||
bind!([Ctrl], V, Paste);
|
||||
bind!([Ctrl], A, SelectAll);
|
||||
bind!([Ctrl], W, TabClose);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue