aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/configs/sampleconfig-dev
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-17 16:09:59 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-17 16:09:59 +0200
commit2a552a8707a84158d34f4fd4f28fee9aa07f2ff6 (patch)
tree71944f78d47f2cff78590821055d4ea39a499f28 /examples/configs/sampleconfig-dev
parent744c2e2a3eccc3913d7d3e11cc1deec2d6cdb81c (diff)
working yank script
Diffstat (limited to 'examples/configs/sampleconfig-dev')
-rw-r--r--examples/configs/sampleconfig-dev3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/configs/sampleconfig-dev b/examples/configs/sampleconfig-dev
index 9196f4c..faf0162 100644
--- a/examples/configs/sampleconfig-dev
+++ b/examples/configs/sampleconfig-dev
@@ -79,6 +79,9 @@ bind i = insert_mode
bind B = spawn ./examples/scripts/insert_bookmark.sh
bind U = spawn ./examples/scripts/load_url_from_history.sh
bind u = spawn ./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 ./examples/scripts/yank.sh 8 primary
+bind ytitle = spawn ./examples/scripts/yank.sh 9 clipboard
bind ZZ = exit
bind S = script alert("hi");
# example showing how to use sh