From 2f9677bc54010d7e951f4213219edbae837710ba Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Tue, 8 Oct 2013 17:51:44 +0200 Subject: [PATCH] Add example bindings for history navigation --- examples/sxhkdrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/sxhkdrc b/examples/sxhkdrc index 1aac6d9..e22ec3f 100644 --- a/examples/sxhkdrc +++ b/examples/sxhkdrc @@ -23,6 +23,11 @@ super + {grave,Tab} super + apostrophe bspc window -s last +super + {o,i} + bspc control --record-history off; \ + bspc window {older,newer} -f; \ + bspc control --record-history on + super + y bspc window -w last.manual