From ecc89bc8b5c34b7dc28f1532da1c757af6d61887 Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Sun, 15 Aug 2021 15:18:54 -0300 Subject: [PATCH 1/3] Update default tab navigation keybindings --- doc/README.tab | 49 +++++++++++++++++++++++++------------------------ 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/doc/README.tab b/doc/README.tab index f237f70..f267a21 100644 --- a/doc/README.tab +++ b/doc/README.tab @@ -1,31 +1,32 @@ w3m tab browsing -No default keybinding for tab browsing. Pleaes configure following -function to appropriate keys: +Default keybindings: - NEW_TAB open new tab, clone current page - TAB_LINK open document refered by link in a new tab - Num(N) + TAB_LINK will open in Nth tab - TAB_GOTO open URL in a new tab - Num(N) + TAB_GOTO will open in Nth tab - TAB_GOTO_RELATIVE - open relative URL in a new tab - Num(N) + TAB_GOTO_RELATIVE will open in Nth tab - CLOSE_TAB close current tab - Num(N) + CLOSE_TAB will close Nth tab - NEXT_TAB change to next tab - Num(N) + NEXT_TAB will change to Nth next tab - PREV_TAB change to prev tab - Num(N) + PREV_TAB will change to Nth prev tab - TAB_RIGHT move current tab to right - Num(N) + TAB_RIGHT will move current tab to N right - TAB_LEFT move current tab to left - Num(N) + TAB_LEFT will move current tab to N left - TAB_MENU open tab selection menu - operation in tab selection menu is same as operation - in buffer selection menu +NEW_TAB T open new tab, clone current page +TAB_LINK C-t open document refered by link in a new tab + Num(N) + TAB_LINK will open in Nth tab +CLOSE_TAB C-q close current tab + Num(N) + CLOSE_TAB will close Nth tab +NEXT_TAB } change to next tab + Num(N) + NEXT_TAB will change to Nth next tab +PREV_TAB { change to prev tab + Num(N) + PREV_TAB will change to Nth prev tab +TAB_MENU ESC-T open tab selection menu + operation in tab selection menu is same as operation + in buffer selection menu -You can operate with mouse +No default keybinding for the following functions: + +TAB_GOTO open URL in a new tab + Num(N) + TAB_GOTO will open in Nth tab +TAB_GOTO_RELATIVE open relative URL in a new tab + Num(N) + TAB_GOTO_RELATIVE will open in Nth tab +TAB_RIGHT move current tab to right + Num(N) + TAB_RIGHT will move current tab to N right +TAB_LEFT move current tab to left + Num(N) + TAB_LEFT will move current tab to N left + +You can operate with mouse: left button .. move the tab if you click on the tab dragging a tab to another tab will move tab From 0a8a7c7516de4238e4dbc8f5d1663935f28de513 Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Sun, 15 Aug 2021 15:27:27 -0300 Subject: [PATCH 2/3] Make spacing more consistent --- doc/README.tab | 55 ++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 29 deletions(-) diff --git a/doc/README.tab b/doc/README.tab index f267a21..852b801 100644 --- a/doc/README.tab +++ b/doc/README.tab @@ -2,45 +2,42 @@ w3m tab browsing Default keybindings: -NEW_TAB T open new tab, clone current page -TAB_LINK C-t open document refered by link in a new tab - Num(N) + TAB_LINK will open in Nth tab -CLOSE_TAB C-q close current tab - Num(N) + CLOSE_TAB will close Nth tab -NEXT_TAB } change to next tab - Num(N) + NEXT_TAB will change to Nth next tab -PREV_TAB { change to prev tab - Num(N) + PREV_TAB will change to Nth prev tab -TAB_MENU ESC-T open tab selection menu - operation in tab selection menu is same as operation - in buffer selection menu +NEW_TAB T open new tab, clone current page +TAB_LINK C-t open document refered by link in a new tab + Num(N) + TAB_LINK will open in Nth tab +CLOSE_TAB C-q close current tab + Num(N) + CLOSE_TAB will close Nth tab +NEXT_TAB } change to next tab + Num(N) + NEXT_TAB will change to Nth next tab +PREV_TAB { change to prev tab + Num(N) + PREV_TAB will change to Nth prev tab +TAB_MENU ESC-T open tab selection menu + operation in tab selection menu is same as operation + in buffer selection menu No default keybinding for the following functions: -TAB_GOTO open URL in a new tab - Num(N) + TAB_GOTO will open in Nth tab -TAB_GOTO_RELATIVE open relative URL in a new tab - Num(N) + TAB_GOTO_RELATIVE will open in Nth tab -TAB_RIGHT move current tab to right - Num(N) + TAB_RIGHT will move current tab to N right -TAB_LEFT move current tab to left - Num(N) + TAB_LEFT will move current tab to N left +TAB_GOTO open URL in a new tab + Num(N) + TAB_GOTO will open in Nth tab +TAB_GOTO_RELATIVE open relative URL in a new tab + Num(N) + TAB_GOTO_RELATIVE will open in Nth tab +TAB_RIGHT move current tab to right + Num(N) + TAB_RIGHT will move current tab to N right +TAB_LEFT move current tab to left + Num(N) + TAB_LEFT will move current tab to N left You can operate with mouse: - left button .. move the tab if you click on the tab - dragging a tab to another tab will move tab +left button move the tab if you click on the tab + dragging a tab to another tab will move tab dragging a link to tab will open the link in the tab clicking on right upper `x' will current tab - middle button .. close the tab if you clink on the tab - right button .. open menu as usual +middle button close the tab if you clink on the tab +right button open menu as usual Options: - open_tab_blank ... open new tab if target is _blank or _new +open_tab_blank open new tab if target is _blank or _new default: OFF - close_tab_back ... close the tab when you back from last buffer in the tab +close_tab_back close the tab when you back from last buffer in the tab default: OFF (= Can't go back...) - - - From ac47193ce6c1668dd0c86f1a97aa03550e68cb08 Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Sun, 15 Aug 2021 15:29:03 -0300 Subject: [PATCH 3/3] Fix wrong quote character --- doc/README.tab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.tab b/doc/README.tab index 852b801..7d0a177 100644 --- a/doc/README.tab +++ b/doc/README.tab @@ -31,7 +31,7 @@ You can operate with mouse: left button move the tab if you click on the tab dragging a tab to another tab will move tab dragging a link to tab will open the link in the tab - clicking on right upper `x' will current tab + clicking on right upper 'x' will current tab middle button close the tab if you clink on the tab right button open menu as usual