Fix send-to-tmux shortcuts

This commit is contained in:
Henrik Lissner 2015-05-07 15:17:36 -04:00
parent 1ea17598ad
commit a8f32547a3

View file

@ -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