mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-14 14:12:31 +00:00
add vi/emacs keybind for stopping/removing torrent from download list
This commit is contained in:
+4
-2
@@ -38,7 +38,8 @@ static const int emacs_keymap[RT_KEYMAP_MAX] = {
|
||||
'H' - '@',
|
||||
'A' - '@',
|
||||
'E' - '@',
|
||||
'L'
|
||||
'L',
|
||||
'D' - '@' // could be null instead to avoid confusion
|
||||
};
|
||||
|
||||
static const int vi_keymap[RT_KEYMAP_MAX] = {
|
||||
@@ -52,7 +53,8 @@ static const int vi_keymap[RT_KEYMAP_MAX] = {
|
||||
'D' - '@',
|
||||
'H',
|
||||
'G',
|
||||
'L' - '@'
|
||||
'L' - '@',
|
||||
'x'
|
||||
};
|
||||
|
||||
Root::Root() {
|
||||
|
||||
Reference in New Issue
Block a user