mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix send-to-tmux shortcuts
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user