I want to copy the default tmux.conf file to my home directory, but I can't find the location in Ubuntu 12.04. The man page states that the file resides at /etc/tmux.conf however this does not match with my setup.
|
You can use the current (default) settings as a starting point:
Note the pipe to cat is required for now because of a known bug when redirecting tmux stdout to file. |
|||
|
|
|
There is no default The /usr/share/doc/tmux/examples/n-marriott.conf /usr/share/doc/tmux/examples/t-williams.conf /usr/share/doc/tmux/examples/vim-keys.conf /usr/share/doc/tmux/examples/h-boetes.conf /usr/share/doc/tmux/examples/screen-keys.conf |
|||
|
|
|
As per |
|||
|
|
<filename>in a directory<directoryname>use the following command:find <directory> -iname <filename>. – green7 Sep 24 '12 at 11:32