From ee9a8f9203a6e241554e9cbbb3edba587e25b76a Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Mon, 23 May 2011 15:30:54 +0000 Subject: change bookmark bindings to m and M so they don't clash with scroll bindings --- examples/config/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/config/config b/examples/config/config index 798ac80..7c1a8ba 100644 --- a/examples/config/config +++ b/examples/config/config @@ -325,9 +325,9 @@ set ebind = @mode_bind global,-insert @bind = sh 'echo "event INJECT_KEYCMD $(xclip -o | sed s/\\\@/%40/g)" > "$UZBL_FIFO"' # Bookmark inserting binds -@cbind b_ = sh 'echo `printf "$UZBL_URI %s"` >> "$XDG_DATA_HOME"/uzbl/bookmarks' +@cbind m_ = sh 'echo `printf "$UZBL_URI %s"` >> "$XDG_DATA_HOME"/uzbl/bookmarks' # Or use a script to insert a bookmark. -@cbind B = spawn @scripts_dir/insert_bookmark.sh +@cbind M = spawn @scripts_dir/insert_bookmark.sh # Bookmark/history loading @cbind U = spawn @scripts_dir/load_url_from_history.sh -- cgit v1.2.3