docs: Clarify behaviour of view-source
This commit is contained in:
parent
b6e31d4172
commit
378e4f1bdd
@ -84,7 +84,7 @@ It is possible to run or bind multiple commands by separating them with `;;`.
|
|||||||
|<<tab-prev,tab-prev>>|Switch to the previous tab, or switch [count] tabs back.
|
|<<tab-prev,tab-prev>>|Switch to the previous tab, or switch [count] tabs back.
|
||||||
|<<unbind,unbind>>|Unbind a keychain.
|
|<<unbind,unbind>>|Unbind a keychain.
|
||||||
|<<undo,undo>>|Re-open a closed tab (optionally skipping [count] closed tabs).
|
|<<undo,undo>>|Re-open a closed tab (optionally skipping [count] closed tabs).
|
||||||
|<<view-source,view-source>>|Show the source of the current page.
|
|<<view-source,view-source>>|Show the source of the current page in a new tab.
|
||||||
|<<window-only,window-only>>|Close all windows except for the current one.
|
|<<window-only,window-only>>|Close all windows except for the current one.
|
||||||
|<<wq,wq>>|Save open pages and quit.
|
|<<wq,wq>>|Save open pages and quit.
|
||||||
|<<yank,yank>>|Yank something to the clipboard or primary selection.
|
|<<yank,yank>>|Yank something to the clipboard or primary selection.
|
||||||
|
@ -1349,7 +1349,7 @@ class CommandDispatcher:
|
|||||||
|
|
||||||
@cmdutils.register(instance='command-dispatcher', scope='window')
|
@cmdutils.register(instance='command-dispatcher', scope='window')
|
||||||
def view_source(self):
|
def view_source(self):
|
||||||
"""Show the source of the current page."""
|
"""Show the source of the current page in a new tab."""
|
||||||
# pylint: disable=no-member
|
# pylint: disable=no-member
|
||||||
# WORKAROUND for https://bitbucket.org/logilab/pylint/issue/491/
|
# WORKAROUND for https://bitbucket.org/logilab/pylint/issue/491/
|
||||||
tab = self._current_widget()
|
tab = self._current_widget()
|
||||||
|
Loading…
Reference in New Issue
Block a user