prompt-toolkit / pymux

A terminal multiplexer (like tmux) in Python
BSD 3-Clause "New" or "Revised" License
1.45k stars 82 forks source link

have default config file? #29

Open oxbambooxo opened 8 years ago

oxbambooxo commented 8 years ago

i recommend create default config file in user's home directory after installed pymux success.

jonathanslenders commented 8 years ago

Hi @oxbambooxo,

Thanks for the suggestion! I will think about it, but I'm still hesitating a bit. Mostly because I think a default config would be empty. Do you know whether tmux does have an option to generate a default config?

oxbambooxo commented 8 years ago

sorry, i have not find the default config file after installed tmux in my system. but i can use C-b as prefix key, so it is the default prefix key : tmux - KEY BINDINGS

if not the default prefix key after the installed, this can not be "out of the box", the user may be confused ... (just like me :sweat_smile:) It's just my personal opinion, thinks for discussing both.