From a8f32547a36df9d73ab75dc25f5519ef3166b1b4 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 7 May 2015 15:17:36 -0400 Subject: [PATCH] Fix send-to-tmux shortcuts --- init/my-bindings.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init/my-bindings.el b/init/my-bindings.el index 1d4ebf04e..efcb3674f 100644 --- a/init/my-bindings.el +++ b/init/my-bindings.el @@ -67,9 +67,9 @@ "oL" 'my-send-to-launchbar ;; tmux: cd (default-directory) - "ot" (λ (ex:tmux-chdir nil t)) + "ot" (λ (my:tmux-chdir nil t)) ;; tmux: cd [project root] - "oT" 'ex:tmux-chdir + "oT" 'my:tmux-chdir "]" 'next-buffer "[" 'previous-buffer