Can I re-read my edited tmux.conf from within a tmux session?

Trying to avoid having to close the tmux session just to change the key bindings.

1 Answer

I don't know where your config file is but the way Ctrl+YOUR_BIND_KEY and then : to bring up a command prompt, and typing:

:source-file ~/.tmux.conf

Source:

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like