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