dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit da663323f914af1130cd8278601357358502296e
parent 2e8df9d87ef9d75713a27c20666388db6ab04a08
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri, 20 Nov 2020 12:11:19 +0100

w3m: open link in new tab

Former-commit-id: 6821671cf33b17e3c52430dee5653d246773a924
Diffstat:
Mw3m/keymap | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/w3m/keymap b/w3m/keymap @@ -28,11 +28,9 @@ keymap C-t NEW_TAB keymap gt NEXT_TAB keymap gT PREV_TAB keymap C-o TAB_GOTO +keymap M-t TAB_LINK keymap r RELOAD keymap M-r REINIT -# REINIT Reload configuration file -# RELOAD Load current document anew - # ABORT Quit at once # ACCESSKEY Pop up accesskey menu # ADD_BOOKMARK Add current page to bookmarks @@ -150,7 +148,6 @@ keymap M-r REINIT # SUSPEND Suspend w3m to background # TAB_GOTO_RELATIVE Open relative address in a new tab # TAB_LEFT Move left along the tab bar -# TAB_LINK Follow current hyperlink in a new tab # TAB_MENU Pop up tab selection menu # TAB_MOUSE Select tab by mouse action # TAB_RIGHT Move right along the tab bar