keymap to start a tmux session #1303
-
How do I create a keymap to start a tmux session from the dir I'm currently in? |
Beta Was this translation helpful? Give feedback.
Answered by
AnirudhG07
Jul 18, 2024
Replies: 1 comment 1 reply
-
Here you go. Set your own keybinding, I have just given an example [[manager.prepend_keymap]]
on = [ "t", "x" ]
run = "shell tmux --block --confirm"
desc = "Open tmux from current directory" |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dhruvindsd-dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here you go. Set your own keybinding, I have just given an example