Fix send-to-tmux shortcuts
This commit is contained in:
parent
1ea17598ad
commit
a8f32547a3
1 changed files with 2 additions and 2 deletions
|
@ -67,9 +67,9 @@
|
||||||
"oL" 'my-send-to-launchbar
|
"oL" 'my-send-to-launchbar
|
||||||
|
|
||||||
;; tmux: cd (default-directory)
|
;; tmux: cd (default-directory)
|
||||||
"ot" (λ (ex:tmux-chdir nil t))
|
"ot" (λ (my:tmux-chdir nil t))
|
||||||
;; tmux: cd [project root]
|
;; tmux: cd [project root]
|
||||||
"oT" 'ex:tmux-chdir
|
"oT" 'my:tmux-chdir
|
||||||
|
|
||||||
"]" 'next-buffer
|
"]" 'next-buffer
|
||||||
"[" 'previous-buffer
|
"[" 'previous-buffer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue