diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-02-06 08:38:41 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-02-06 08:38:41 +0000 |
commit | 4af51165d21ee4c97f3a92a00fac321e1a8cad03 (patch) | |
tree | 2ea36e8f6ec0bfcd8b72e8490fbdb51eaf9c1ae1 | |
parent | da34dcfa5a78e34b5ccc013a1aa6324fe9d851a2 (diff) |
[uzbl] Enable scroll with <Ctrl>e
-rw-r--r-- | .uzbl/config | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.uzbl/config b/.uzbl/config index 23d07ea..2074388 100644 --- a/.uzbl/config +++ b/.uzbl/config @@ -441,7 +441,5 @@ sync_spawn_exec @scripts_dir/load_cookies.sh @data_home/uzbl/session-cookies.txt # Set the "home" page. set uri = "" -@cbind <Ctrl>e = event SET_CURSOR_POS -1 - @on_event DOWNLOAD_COMPLETE spawn @scripts_dir/downloadviewer.sh %s # vim: set fdm=syntax: |