|
|
@@ -1,123 +1,397 @@ |
|
|
|
# Example uzbl config. All settings are optional. You can use uzbl without |
|
|
|
# any config at all (but it won't do much). |
|
|
|
|
|
|
|
# example uzbl config. in a real config, we should obey the xdg spec |
|
|
|
# all settings are optional. you can use uzbl without any config at all (but it won't do much) |
|
|
|
# === Core settings ========================================================== |
|
|
|
|
|
|
|
# keyboard behavior is vimstyle by default (all commands -> 1 key). set |
|
|
|
# always_insert_mode to always be in insert mode and disable going out of it. |
|
|
|
# if you do this, make sure you've set a modkey so you can reach the commands |
|
|
|
# from insert mode by combining them with the modkey |
|
|
|
# Install location prefix. |
|
|
|
set prefix = /usr |
|
|
|
|
|
|
|
# TODO: ability to attach misc things (spawn <foo>, script <bar>,.. to internal events) |
|
|
|
# You can use any command in place of spawn |
|
|
|
set history_handler = spawn /usr/share/uzbl/examples/scripts/history.sh |
|
|
|
set download_handler = spawn /usr/share/uzbl/examples/scripts/download.sh |
|
|
|
set cookie_handler = spawn /usr/share/uzbl/examples/scripts/cookies.sh |
|
|
|
# Interface paths. |
|
|
|
set fifo_dir = /tmp |
|
|
|
set socket_dir = /tmp |
|
|
|
|
|
|
|
set shell_cmd = sh -c |
|
|
|
|
|
|
|
# === General config aliases ================================================= |
|
|
|
|
|
|
|
# Config related events (use the request function): |
|
|
|
# request MODE_CONFIG <mode> <key> = <value> |
|
|
|
set mode_config = request MODE_CONFIG |
|
|
|
# request ON_EVENT <EVENT_NAME> <command> |
|
|
|
set on_event = request ON_EVENT |
|
|
|
# request ON_SET <key/glob> <command> |
|
|
|
set on_set = request ON_SET |
|
|
|
# request MODMAP <From> <To> |
|
|
|
set modmap = request MODMAP |
|
|
|
# request IGNORE_KEY <glob> |
|
|
|
set ignore_key = request IGNORE_KEY |
|
|
|
# request MODKEY_ADDITION <key1> <key2> <keyn> <result> |
|
|
|
set modkey_addition = request MODKEY_ADDITION |
|
|
|
# request TOGGLE_MODES <mode1> <mode2> ... <moden> |
|
|
|
set toggle_modes = request TOGGLE_MODES |
|
|
|
|
|
|
|
set set_mode = set mode = |
|
|
|
set set_status = set status_message = |
|
|
|
|
|
|
|
# Spawn path shortcuts. In spawn the first dir+path match is used in "dir1:dir2:dir3:executable" |
|
|
|
set scripts_dir = $XDG_DATA_HOME/uzbl:@prefix/share/uzbl/examples/data:scripts |
|
|
|
set stylesheet_uri = file://$XDG_DATA_HOME/uzbl/lich.css |
|
|
|
|
|
|
|
# === Hardcoded handlers ===================================================== |
|
|
|
|
|
|
|
# These handlers can't be moved to the new event system yet as we don't |
|
|
|
# support events that can wait for a response from a script. |
|
|
|
set cookie_handler = talk_to_socket $XDG_CACHE_HOME/uzbl/cookie_daemon_socket |
|
|
|
set scheme_handler = sync_spawn @scripts_dir/scheme.py |
|
|
|
set authentication_handler = sync_spawn @scripts_dir/auth.py |
|
|
|
set proxy_url = http://localhost:8118 |
|
|
|
|
|
|
|
# === Dynamic event handlers ================================================= |
|
|
|
|
|
|
|
# Open link in new window |
|
|
|
@on_event NEW_WINDOW sh 'uzbl-browser -u "$8"' %r |
|
|
|
# Open in current window |
|
|
|
#@on_event NEW_WINDOW uri %s |
|
|
|
# Open in new tab |
|
|
|
#@on_event NEW_WINDOW event NEW_TAB %s |
|
|
|
|
|
|
|
set minimum_font_size = 6 |
|
|
|
set font_size = 11 |
|
|
|
# monospace_size defaults to font_size, but you can alter it independently |
|
|
|
#set monospace_size = 10 |
|
|
|
# Download handler |
|
|
|
@on_event DOWNLOAD_REQUEST spawn @scripts_dir/dl-progress.sh %s |
|
|
|
|
|
|
|
# use with bind ... = sh <shell-oneliner> |
|
|
|
set shell_cmd = sh -c |
|
|
|
# Load start handler |
|
|
|
@on_event LOAD_START @set_status <span foreground="khaki">wait</span> |
|
|
|
# Reset the keycmd on navigation |
|
|
|
@on_event LOAD_START @set_mode |
|
|
|
|
|
|
|
# Load commit handlers |
|
|
|
@on_event LOAD_COMMIT @set_status <span foreground="green">recv</span> |
|
|
|
#@on_event LOAD_COMMIT spawn @scripts_dir/adblock.py |
|
|
|
|
|
|
|
#@on_event LOAD_PROGRESS js uzblAdBlock(); |
|
|
|
|
|
|
|
# Load finish handlers |
|
|
|
@on_event LOAD_FINISH @set_status <span foreground="gold">done</span> |
|
|
|
@on_event LOAD_FINISH spawn @scripts_dir/history.sh |
|
|
|
# @on_event LOAD_FINISH chain 'set status_message = ...' 'spawn @scripts_dir/ytvp.sh $4 $6' |
|
|
|
|
|
|
|
# Switch to insert mode if a (editable) html form is clicked |
|
|
|
@on_event FORM_ACTIVE @set_mode insert |
|
|
|
# Switch to command mode if anything else is clicked |
|
|
|
@on_event ROOT_ACTIVE @set_mode command |
|
|
|
|
|
|
|
# Example CONFIG_CHANGED event handler |
|
|
|
#@on_event CONFIG_CHANGED print Config changed: %1 = %2 |
|
|
|
|
|
|
|
# === Behaviour and appearance =============================================== |
|
|
|
|
|
|
|
# Behaviour and appearance |
|
|
|
set show_status = 1 |
|
|
|
# you can optionally use this setting to override the background color of the statusbar from your GTK theme. |
|
|
|
set status_top = 0 |
|
|
|
set status_background = #303030 |
|
|
|
set status_format = <span font_family="monospace"><span background="khaki" foreground="black">MODE</span> [<span weight="bold" foreground="red">KEYCMD</span>] <span foreground="#606060"> LOAD_PROGRESSBAR </span><span foreground="#99FF66">URI</span> <span foreground="khaki">NAME</span> <span foreground="orange">MSG</span><span foreground="#606060">SELECTED_URI</span></span> |
|
|
|
set status_top = 0 |
|
|
|
# define how your titlebar should look like. (short = statusbar is also shown, long = show everything you must see if statusbar is off) |
|
|
|
set title_format_short = TITLE - Uzbl browser <NAME> |
|
|
|
set title_format_long = KEYCMD MODE TITLE - Uzbl browser <NAME> > SELECTED_URI |
|
|
|
# set the characters to use for, and the width of the progress bar |
|
|
|
set status_pbar_done = * |
|
|
|
set status_pbar_pending = - |
|
|
|
set status_pbar_width = 12 |
|
|
|
|
|
|
|
set modkey = Mod1 |
|
|
|
# reset to command mode when new page is loaded |
|
|
|
set reset_command_mode = 1 |
|
|
|
# this var has precedence over reset_command_mode |
|
|
|
set always_insert_mode = 0 |
|
|
|
# to start a local socks server, do : ssh -fND localhost:8118 localhost |
|
|
|
#set proxy_url = http://127.0.0.1:8118 |
|
|
|
#values 0-3 |
|
|
|
#set http_debug = 0 |
|
|
|
#set useragent = uzbl (Webkit WEBKIT_MAJOR.WEBKIT_MINOR.WEBKIT_MICRO) |
|
|
|
# Example user agent containing everything: |
|
|
|
set useragent = Uzbl (Webkit WEBKIT_MAJOR.WEBKIT_MINOR.WEBKIT_MICRO) (SYSNAME NODENAME KERNREL KERNVER ARCH_SYSTEM [ARCH_UZBL]) (Commit COMMIT) |
|
|
|
#set max_conns = 0 |
|
|
|
#set max_conns_host = 0 |
|
|
|
|
|
|
|
set fifo_dir = /tmp |
|
|
|
set socket_dir = /tmp |
|
|
|
|
|
|
|
# Key bindings |
|
|
|
bind j = scroll_vert 20 |
|
|
|
bind k = scroll_vert -20 |
|
|
|
bind h = scroll_horz -20 |
|
|
|
bind l = scroll_horz 20 |
|
|
|
bind << = scroll_begin |
|
|
|
bind >> = scroll_end |
|
|
|
bind b = back |
|
|
|
bind m = forward |
|
|
|
bind s = stop |
|
|
|
bind r = reload |
|
|
|
bind R = reload_ign_cache |
|
|
|
bind + = zoom_in |
|
|
|
bind - = zoom_out |
|
|
|
bind 0 = sh "echo set zoom_level = 1.0 > $4" |
|
|
|
bind t = toggle_status |
|
|
|
# Hilight matches. Notice the * after the slash - it makes the command incremental, i.e. gets called |
|
|
|
# on every character you type. You can do `bind /_ = search %s' if you want it less interactive. |
|
|
|
bind /* = search %s |
|
|
|
bind ?* = search_reverse %s |
|
|
|
#jump to next |
|
|
|
bind n = search |
|
|
|
bind N = search_reverse |
|
|
|
bind gh = uri http://www.uzbl.org |
|
|
|
#TODO: set uri? |
|
|
|
bind o _ = uri %s |
|
|
|
bind :wiki _ = uri http://wiki.archlinux.org/index.php/Special:Search?search=%s&go=Go |
|
|
|
bind gg _ = uri http://www.google.com/search?q=%s |
|
|
|
bind i = toggle_insert_mode |
|
|
|
# disable insert mode (1 to enable). note that Esc works to disable, regardless of this setting |
|
|
|
bind I = toggle_insert_mode 0 |
|
|
|
bind B = spawn /usr/share/uzbl/examples/scripts/insert_bookmark.sh |
|
|
|
bind U = spawn /usr/share/uzbl/examples/scripts/load_url_from_history.sh |
|
|
|
bind u = spawn /usr/share/uzbl/examples/scripts/load_url_from_bookmarks.sh |
|
|
|
# with the sample yank script, you can yank one of the arguments into clipboard/selection |
|
|
|
bind yurl = spawn /usr/share/uzbl/examples/scripts/yank.sh 6 primary |
|
|
|
bind ytitle = spawn /usr/share/uzbl/examples/scripts/yank.sh 7 clipboard |
|
|
|
# does the same as yurl but without needing a script |
|
|
|
bind y2url = sh "echo -n $6 | xclip" |
|
|
|
# go the page from primary selection |
|
|
|
bind p = sh "echo uri `xclip -selection primary -o` > $4" |
|
|
|
# go to the page in clipboard |
|
|
|
bind P = sh "echo uri `xclip -selection clipboard -o` > $4" |
|
|
|
bind ZZ = exit |
|
|
|
bind S = js alert("hi"); |
|
|
|
# example showing how to use sh |
|
|
|
# it sends a command to the fifo, whose path is told via a positional param |
|
|
|
# if fifo_dir is not set, it'll echo to a file named (null) somewhere >:) remember to delete it |
|
|
|
# Parameters are separated by spaces and the script body must be one parameter, so enclose it in |
|
|
|
# quotes and escape any inner quotes using backslashes |
|
|
|
bind XS = sh 'echo "js alert (\'This is sent by the shell via a fifo\')" > "$4"' |
|
|
|
|
|
|
|
|
|
|
|
# we ship some javascripts to do keyboard based link hinting/following. (webkit does not have C DOM bindings yet) |
|
|
|
# this is similar to how it works in vimperator (and konqueror) |
|
|
|
# TODO: did we resolve: "no click() event for hyperlinks so no referrer set" ? |
|
|
|
#hit F to toggle the Hints (now in form of link numbering) |
|
|
|
bind F = script /usr/share/uzbl/examples/scripts/hint.js |
|
|
|
# the most stable version: |
|
|
|
bind fl* = script /usr/share/uzbl/examples/scripts/follow_Numbers.js %s |
|
|
|
# using strings, not polished yet: |
|
|
|
bind fL* = script /usr/share/uzbl/examples/scripts/follow_Numbers_Strings.js %s |
|
|
|
|
|
|
|
|
|
|
|
# "home" page if you will |
|
|
|
set uri = uzbl.org |
|
|
|
set modcmd_style = weight="bold" foreground="red" |
|
|
|
set keycmd_style = weight="light" foreground="red" |
|
|
|
set prompt_style = foreground="grey" |
|
|
|
set cursor_style = underline="single" |
|
|
|
set completion_style = foreground="green" |
|
|
|
set hint_style = weight="bold" |
|
|
|
|
|
|
|
set mode_section = <span background="khaki" foreground="black">[\@[\@mode_indicator]\@]</span> |
|
|
|
set keycmd_section = [<span \@prompt_style>\@[\@keycmd_prompt]\@</span><span \@modcmd_style>\@modcmd</span><span \@keycmd_style>\@keycmd</span><span \@completion_style>\@completion_list</span>] |
|
|
|
set progress_section = <span foreground="#606060">\@[\@progress.output]\@</span> |
|
|
|
set scroll_section = <span foreground="#606060">\@[\@scroll_message]\@</span> |
|
|
|
set uri_section = <span foreground="#99FF66">\@[\@uri]\@</span> |
|
|
|
set name_section = <span foreground="khaki">\@[\@NAME]\@</span> |
|
|
|
set status_section = <span foreground="orange">\@status_message</span> |
|
|
|
set selected_section = <span foreground="#606060">\@[\@SELECTED_URI]\@</span> |
|
|
|
|
|
|
|
set status_format = <span font_family="monospace">@mode_section @keycmd_section @progress_section @uri_section @name_section @status_section @scroll_section @selected_section</span> |
|
|
|
|
|
|
|
set title_format_long = \@keycmd_prompt \@raw_modcmd \@raw_keycmd \@TITLE - Uzbl browser <\@NAME> \@SELECTED_URI |
|
|
|
|
|
|
|
# Progress bar config |
|
|
|
# %d = done, %p = pending %c = percent done, %i = int done, %s = spinner, |
|
|
|
# %t = percent pending, %o = int pending, %r = sprite scroll |
|
|
|
set progress.width = 8 |
|
|
|
set progress.format = [%d>%p]%c |
|
|
|
set progress.done = = |
|
|
|
set progress.pending = |
|
|
|
|
|
|
|
# === Useragent setup ======================================================== |
|
|
|
|
|
|
|
set useragent = Uzbl (Webkit @{WEBKIT_MAJOR}.@{WEBKIT_MINOR}.@{WEBKIT_MICRO}) (@(+uname -sm)@ [@ARCH_UZBL]) (Commit @COMMIT) |
|
|
|
|
|
|
|
# === Key binding configuration ============================================== |
|
|
|
# --- Internal modmapping and ignoring --------------------------------------- |
|
|
|
|
|
|
|
#modmap <From> <To> |
|
|
|
@modmap <Control> <Ctrl> |
|
|
|
@modmap <ISO_Left_Tab> <Shift-Tab> |
|
|
|
@modmap <space> <Space> |
|
|
|
|
|
|
|
#modkey_addition <Key1> <Key2> <Result> |
|
|
|
@modkey_addition <Shift> <Ctrl> <Meta> |
|
|
|
@modkey_addition <Shift> <Tab> <Shift-Tab> |
|
|
|
@modkey_addition <Shift> <Insert> <Shift-Insert> |
|
|
|
|
|
|
|
#ignore_key <glob> |
|
|
|
@ignore_key <ISO_*> |
|
|
|
@ignore_key <Shift> |
|
|
|
|
|
|
|
# --- Bind aliases ----------------------------------------------------------- |
|
|
|
|
|
|
|
# request BIND <bind cmd> = <command> |
|
|
|
set bind = request MODE_BIND global |
|
|
|
|
|
|
|
# request MODE_BIND <mode> <bind cmd> = <command> |
|
|
|
set mode_bind = request MODE_BIND |
|
|
|
|
|
|
|
# Insert mode binding alias |
|
|
|
set ibind = @mode_bind insert |
|
|
|
|
|
|
|
# Command mode binding alias |
|
|
|
set cbind = @mode_bind command |
|
|
|
|
|
|
|
# Non-insert mode bindings alias (ebind for edit-bind). |
|
|
|
set ebind = @mode_bind global,-insert |
|
|
|
|
|
|
|
# --- Global & keycmd editing binds ------------------------------------------ |
|
|
|
|
|
|
|
# Resets keycmd and returns to default mode. |
|
|
|
@on_event ESCAPE @set_mode |
|
|
|
@bind <Escape> = event ESCAPE |
|
|
|
@bind <Ctrl>[ = event ESCAPE |
|
|
|
|
|
|
|
# Commands for editing and traversing the keycmd. |
|
|
|
@ebind <Return> = event KEYCMD_EXEC_CURRENT |
|
|
|
@ebind <Home> = event SET_CURSOR_POS 0 |
|
|
|
@ebind <End> = event SET_CURSOR_POS -1 |
|
|
|
@ebind <Left> = event SET_CURSOR_POS - |
|
|
|
@ebind <Right> = event SET_CURSOR_POS + |
|
|
|
@ebind <BackSpace> = event KEYCMD_BACKSPACE |
|
|
|
@ebind <Delete> = event KEYCMD_DELETE |
|
|
|
@ebind <Tab> = event START_COMPLETION |
|
|
|
# Readline-ish bindings. |
|
|
|
@ebind <Ctrl>w = event KEYCMD_STRIP_WORD |
|
|
|
@ebind <Ctrl>u = event SET_KEYCMD |
|
|
|
@ebind <Ctrl>a = event SET_CURSOR_POS 0 |
|
|
|
@ebind <Ctrl>e = event SET_CURSOR_POS -1 |
|
|
|
|
|
|
|
# --- Mouse bindings --------------------------------------------------------- |
|
|
|
|
|
|
|
# Middle click open in new window |
|
|
|
@bind <Button2> = sh 'if [ "\@SELECTED_URI" ]; then uzbl-browser -u "\@SELECTED_URI"; else echo "uri $(xclip -o | sed s/\\\@/%40/g)" > $4; fi' |
|
|
|
|
|
|
|
# --- Keyboard bindings ------------------------------------------------------ |
|
|
|
|
|
|
|
# With this command you can enter in any command at runtime when prefixed with |
|
|
|
# a colon. |
|
|
|
@cbind :_ = %s |
|
|
|
|
|
|
|
# Page movement binds |
|
|
|
@cbind j = scroll vertical 40 |
|
|
|
@cbind J = scroll vertical 25% |
|
|
|
@cbind k = scroll vertical -40 |
|
|
|
@cbind K = scroll vertical -25% |
|
|
|
@cbind h = scroll horizontal -40 |
|
|
|
@cbind l = scroll horizontal 40 |
|
|
|
@cbind <Page_Up> = scroll vertical -100% |
|
|
|
@cbind <Page_Down> = scroll vertical 100% |
|
|
|
@cbind << = scroll vertical begin |
|
|
|
@cbind >> = scroll vertical end |
|
|
|
@cbind ^ = scroll horizontal begin |
|
|
|
@cbind $ = scroll horizontal end |
|
|
|
@cbind <Space> = scroll vertical end |
|
|
|
|
|
|
|
# Navigation binds |
|
|
|
@cbind b = back |
|
|
|
@cbind m = forward |
|
|
|
@cbind S = stop |
|
|
|
@cbind r = reload |
|
|
|
@cbind R = reload_ign_cache |
|
|
|
|
|
|
|
# Zoom binds |
|
|
|
@cbind + = zoom_in |
|
|
|
@cbind - = zoom_out |
|
|
|
@cbind T = toggle_zoom_type |
|
|
|
@cbind 1 = set zoom_level = 1.0 |
|
|
|
@cbind 2 = set zoom_level = 1.5 |
|
|
|
|
|
|
|
# Appearance binds |
|
|
|
@cbind t = toggle_status |
|
|
|
|
|
|
|
# Page searching binds |
|
|
|
@cbind /* = search %s |
|
|
|
@cbind ?* = search_reverse %s |
|
|
|
# Jump to next and previous items |
|
|
|
@cbind n = search |
|
|
|
@cbind N = search_reverse |
|
|
|
|
|
|
|
# Web searching binds |
|
|
|
@cbind gg<Google:>_ = uri http://www.google.com/search?q=\@<encodeURIComponent(%r)>\@ |
|
|
|
@cbind \\awiki<Archwiki:>_ = uri http://wiki.archlinux.org/index.php/Special:Search?search=\@<encodeURIComponent(%r)>\@&go=Go |
|
|
|
@cbind \\wiki<Wikipedia:>_ = uri http://en.wikipedia.org/w/index.php?title=Special:Search&search=\@<encodeURIComponent(%r)>\@&go=Go |
|
|
|
|
|
|
|
# Handy binds |
|
|
|
# Set function shortcut |
|
|
|
@cbind s<var:>_<value:>_ = set %1 = %2 |
|
|
|
# Open new uzbl-browser window with blank page |
|
|
|
@cbind ZN = sh "uzbl-browser -u ''" |
|
|
|
# Exit binding |
|
|
|
# Toggle view source - must refresh |
|
|
|
# @cbind a = set view_source = 1 |
|
|
|
# @cbind A = set view_source = 0 |
|
|
|
|
|
|
|
@cbind ZZ = exit |
|
|
|
# Dump config to stdout |
|
|
|
@cbind !dump = sh "echo dump_config > $4" |
|
|
|
# Reload config |
|
|
|
@cbind !reload = sh "cat $1 > $4" |
|
|
|
|
|
|
|
# Use socat to directly inject commands into uzbl-core and view events |
|
|
|
# raised by uzbl-core: |
|
|
|
@cbind <Ctrl><Alt>t = sh 'xterm -e "socat unix-connect:$5 -"' |
|
|
|
#@cbind <Ctrl><Alt>t = sh 'urxvt -e socat unix-connect:$5 -' |
|
|
|
|
|
|
|
# Uri opening prompts |
|
|
|
@cbind o<uri:>_ = uri %s |
|
|
|
# Or have it load the current uri into the keycmd for editing |
|
|
|
@cbind O<uri:\@uri>_ = uri %s |
|
|
|
|
|
|
|
# Mode setting binds |
|
|
|
@cbind i = @set_mode insert |
|
|
|
@bind <Ctrl>i = @set_mode insert |
|
|
|
|
|
|
|
# Hard-bound bookmarks |
|
|
|
@cbind gh = uri http://www.uzbl.org |
|
|
|
@cbind gd = uri delicious.com/uranther |
|
|
|
@cbind gr = uri reddit.com |
|
|
|
@cbind gm = uri gmail.com |
|
|
|
@cbind ga = uri archlinux.org |
|
|
|
|
|
|
|
# Bookmarklets |
|
|
|
@cbind x = script $XDG_DATA_HOME/uzbl/readability.js |
|
|
|
#@cbind db = script $XDG_DATA_HOME/uzbl/delicious_bookmark.js |
|
|
|
# Delicious bookmark |
|
|
|
@cbind q = script $XDG_DATA_HOME/uzbl/jquery.js |
|
|
|
|
|
|
|
# Hide elements after jquery has been loaded |
|
|
|
@cbind C<hide element:>_ = js $('%s').hide() |
|
|
|
|
|
|
|
# Yanking & pasting binds |
|
|
|
@cbind yu = sh 'echo -n $6 | xclip' |
|
|
|
@cbind yy = sh 'echo -n $7 | xclip' |
|
|
|
|
|
|
|
# Go the page from primary selection |
|
|
|
@cbind p = sh 'echo "uri `xclip -selection primary -o | sed s/\\\@/%40/g`" > $4' |
|
|
|
# Go to the page in clipboard |
|
|
|
@cbind P = sh 'echo "uri `xclip -selection clipboard -o | sed s/\\\@/%40/g`" > $4' |
|
|
|
# Start a new uzbl instance from the page in primary selection |
|
|
|
@cbind 'p = sh 'exec uzbl-browser --uri $(xclip -o)' |
|
|
|
# paste primary selection into keycmd at the cursor position |
|
|
|
@bind <Shift-Insert> = sh 'echo "event INJECT_KEYCMD `xclip -o | sed s/\\\@/%40/g`" > $4' |
|
|
|
|
|
|
|
# Bookmark inserting binds |
|
|
|
# @cbind <Ctrl>b<tags:>_ = sh 'echo -e "$6 %s" >> $XDG_DATA_HOME/uzbl/bookmarks' |
|
|
|
# Or use a script to insert a bookmark. |
|
|
|
@cbind B<tags:>_ = spawn @scripts_dir/delicious_bookmark.sh "%s" |
|
|
|
|
|
|
|
# Bookmark/history loading |
|
|
|
@cbind U = spawn @scripts_dir/load_url_from_history.sh |
|
|
|
@cbind u = spawn @scripts_dir/load_url_from_bookmarks.sh |
|
|
|
|
|
|
|
# Link following (similar to vimperator and konqueror) |
|
|
|
# Set custom keys you wish to use for navigation. Some common examples: |
|
|
|
set follow_hint_keys = 0123456789 |
|
|
|
#set follow_hint_keys = qwerty |
|
|
|
#set follow_hint_keys = asdfghjkl; |
|
|
|
#set follow_hint_keys = thsnd-rcgmvwb/;789aefijkopquxyz234 |
|
|
|
@cbind fl* = script @scripts_dir/follow.js '@follow_hint_keys %s' |
|
|
|
|
|
|
|
# Form filler binds |
|
|
|
# This script allows you to configure (per domain) values to fill in form |
|
|
|
# fields (eg login information) and to fill in these values automatically. |
|
|
|
# This implementation allows you to save multiple profiles for each form |
|
|
|
# (think about multiple accounts on some website). |
|
|
|
set formfiller = spawn @scripts_dir/formfiller.sh |
|
|
|
@cbind za = @formfiller add |
|
|
|
@cbind ze = @formfiller edit |
|
|
|
@cbind zn = @formfiller new |
|
|
|
@cbind zl = @formfiller load |
|
|
|
|
|
|
|
# --- Uzbl tabbed binds ------------------------------------------------------ |
|
|
|
|
|
|
|
# Tab opening |
|
|
|
@cbind gn = event NEW_TAB |
|
|
|
@cbind gN = event NEW_TAB_NEXT |
|
|
|
@cbind go<uri:>_ = event NEW_TAB %s |
|
|
|
@cbind gO<uri:>_ = event NEW_TAB_NEXT %s |
|
|
|
@cbind gY = sh 'echo "event NEW_TAB `xclip -selection primary -o | sed s/\\\@/%40/g`" > $4' |
|
|
|
|
|
|
|
# Closing / resting |
|
|
|
@cbind gC = exit |
|
|
|
@cbind gQ = event CLEAN_TABS |
|
|
|
|
|
|
|
# Tab navigating |
|
|
|
@cbind g< = event FIRST_TAB |
|
|
|
@cbind g> = event LAST_TAB |
|
|
|
@cbind gt = event NEXT_TAB |
|
|
|
@cbind gT = event PREV_TAB |
|
|
|
@cbind gi<index:>_ = event GOTO_TAB %s |
|
|
|
|
|
|
|
# Preset loading |
|
|
|
set preset = event PRESET_TABS |
|
|
|
@cbind gs<preset save:>_ = @preset save %s |
|
|
|
@cbind glo<preset load:>_ = @preset load %s |
|
|
|
@cbind gd<preset del:>_ = @preset del %s |
|
|
|
@cbind gli = @preset list |
|
|
|
|
|
|
|
# === Context menu items ===================================================== |
|
|
|
|
|
|
|
# Default context menu |
|
|
|
menu_add Google = set uri = http://google.com |
|
|
|
menu_add Go Home = set uri = http://uzbl.org |
|
|
|
menu_separator separator_1 |
|
|
|
menu_add Quit uzbl = exit |
|
|
|
|
|
|
|
# Link context menu |
|
|
|
menu_link_add Print Link = print \@SELECTED_URI |
|
|
|
|
|
|
|
# === Mode configuration ===================================================== |
|
|
|
|
|
|
|
# Define some mode specific uzbl configurations. |
|
|
|
set command = @mode_config command |
|
|
|
set insert = @mode_config insert |
|
|
|
set stack = @mode_config stack |
|
|
|
|
|
|
|
# Command mode config. |
|
|
|
@command keycmd_style = foreground="red" |
|
|
|
@command status_background = #202020 |
|
|
|
@command mode_indicator = Cmd |
|
|
|
@command keycmd_events = 1 |
|
|
|
@command forward_keys = 0 |
|
|
|
@command modcmd_updates = 1 |
|
|
|
|
|
|
|
# Insert mode config. |
|
|
|
@insert status_background = #303030 |
|
|
|
@insert mode_indicator = Ins |
|
|
|
@insert forward_keys = 1 |
|
|
|
@insert keycmd_events = 0 |
|
|
|
@insert modcmd_updates = 0 |
|
|
|
|
|
|
|
# Multi-stage-binding mode config. |
|
|
|
@stack keycmd_events = 1 |
|
|
|
@stack modcmd_updates = 1 |
|
|
|
@stack forward_keys = 0 |
|
|
|
@stack keycmd_style = foreground="red" |
|
|
|
@stack prompt_style = foreground="#888" weight="light" |
|
|
|
@stack status_background = #202020 |
|
|
|
@stack mode_indicator = Bnd |
|
|
|
|
|
|
|
set default_mode = command |
|
|
|
|
|
|
|
# === Post-load misc commands ================================================ |
|
|
|
|
|
|
|
# Set the "home" page. |
|
|
|
# set uri = www.google.com/ |
|
|
|
|
|
|
|
# vim: set fdm=syntax: |