diff options
Diffstat (limited to 'bonus')
-rw-r--r-- | bonus/w3m.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bonus/w3m.toml b/bonus/w3m.toml index 63b07ecc..5a92b8c8 100644 --- a/bonus/w3m.toml +++ b/bonus/w3m.toml @@ -24,7 +24,7 @@ C-a = 'pager.cursorLineBegin()' '$' = 'pager.cursorLineEnd()' C-e = 'pager.cursorLineEnd()' w = 'pager.cursorNextWord()' -W = 'pager.cursorPrevWord()' +W = 'pager.cursorWordBegin()' '<' = 'n => pager.pageLeft(n)' '>' = 'n => pager.pageRight(n)' '.' = 'n => pager.scrollLeft(n)' |