diff options
author | Alexander Voigt <devnull@localhost> | 2012-09-28 02:43:41 +0000 |
---|---|---|
committer | Alexander Voigt <devnull@localhost> | 2012-09-28 02:43:41 +0000 |
commit | 771585fb7c00b32f9517510cd88bc70bb7613d77 (patch) | |
tree | 86622b88d5d3ac47e40ec33984984a67c3e7cfe7 /src/keysrc | |
parent | 4fa58df07b541950f2c5abb3fa2215a075bae37f (diff) |
keybinding for view-source
Diffstat (limited to 'src/keysrc')
-rw-r--r-- | src/keysrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -72,6 +72,9 @@ # "file-menu" pops up the file menu. #<alt>f = file-menu +# "view-source" displays the page source. +#<ctrl>u = view-source + # "goto" goes to the location bar at the top of the window. #<ctrl>l = goto |