Description
when tmuxp
import yml
file from tmuxinator
, the output will like this:
$tmuxp import tmuxinator ~/.tmuxinator/clojure.yml
Convert to [yaml]: yaml
!!python/unicode 'session_name': clojure
!!python/unicode 'start_directory': ~/tmp/cloure-test
!!python/unicode 'windows':
- !!python/unicode 'layout': main-vertical
!!python/unicode 'panes':
- vim
!!python/unicode 'window_name': editor
---------------------------------------------------------------
Configuration import does its best to convert files.
I think !!python/unicode
is useless, cause when I remove it later, tmuxp can load the converted project configure properly.
And then second step for saving is a little wired:
1, it give the path to current directory instead of $HOME/.tmuxp
(And I think this folder should be create d automaticlly when not exist at first import action). WHY? because a project tmux config file shouldn't be placed inside a project vc.
2, you have to type the name of file to save while I have specify the name of file to import, this is really wired. Just save the same name is the way to go.
And there's one more thing, I can't find a cmd to create tmuxp style project, instead I have to create a folder named tmuxp
, and create a file inside it manually. Maybe I miss something from document?
Last I wanna say is tmuxp
is great, some config options is more convenient than tmuxinator
. Hope the project will be the best. :-)