問題タブ [tmuxinator]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
tmux - tmux + powerline、底が大きすぎる
最近、画面から tmux/powerline/tmuxinator に切り替えました
。以下に示すように、ウィンドウとステータス バーの間に大きな未使用のスペースがあります。
何が原因でしょうか?
.tmux.conf
とtmuxinator
tmux - Mavericks へのアップグレード後、Tmux で「接続が拒否されました」と表示される
最終的にMavericksにアップグレードし、tmuxinatorを介してtmuxを起動しようとすると、次のようになります:
unknown option: default-path
failed to connect to server: Connection refused
failed to connect to server: Connection refused
failed to connect to server: Connection refused
failed to connect to server: Connection refused
failed to connect to server: Connection refused
failed to connect to server: Connection refused
failed to connect to server: Connection refused
failed to connect to server: Connection refused
failed to connect to server: Connection refused
failed to connect to server: Connection refused
failed to connect to server: Connection refused
no sessions
brew で tmux をアンインストール/再インストールしましたが、それでも同じです。1.9 でのデフォルト パスの問題の修正について、ネット上でさまざまな記事を読みましたが、これまでのところ何も機能していません。
助けていただければ幸いです-コーディングに戻りたいです;-)
macos - Tmuxinator が構成ファイルを解析できません
「brew uninstall python」でシステムから Python を削除したところ、突然 tmuxinator が動作しなくなりました。問題が Python の削除に関連しているかどうかはわかりません。
を入力~/.tmuxinator
して実行するとtmuxinator start myapp
、得られる唯一の出力はFailed to parse config file. Please check your formatting.
これが私の .zshrc です (最後に tmuxinator.zsh をソースにする行があります~/.bin/tmuxinator.zsh
):
私の問題のスクリーンショットは次のとおりです。
上で述べたように、~/.bin/tmuxinator.szh は存在しません。
myapp で tmuxinator セッションを開始できるようにするにはどうすればよいですか?
編集:
myapp.yml
以下にリストされているように、ファイル内の構文エラーを見つけることで、質問 (以下に記載) を解決しました。Sublime と Vim を切り替えたところ、Sublime には 4 つのスペースに相当するタブがあり、Vim には 2 つのスペースしか占めていないタブがあり、Tmuxinator がエラーをスローしました。下部の「Windows」セクションでエラーが発生しました。
~/.tmuxinator/myapp.yml
tmux - tmuxinator 構成をプロジェクト リポジトリに保存する
ディレクトリではなくプロジェクトリポジトリに tmuxconfig を保存する方法はあり ~/.tmuxinator
ますか? 可能であれば、この構成でセッションを開始するにはどうすればよいですか?
ssh - tmux (tmuxinator) init スクリプトで 2 レベル深い ssh を実行できますか?
ssh したいボックスにたどり着くには、中継ボックスを通過する必要があります。パスワードを入力する必要がないようにキーが構成されていると仮定すると、このようなことは可能ですか?
この構文は機能しません。私はこの出力を得る:
最初のボックスには入りますが、2 番目のボックスには入りません。これが tmuxinator では不可能であるが、プレーンな tmux では可能である場合は、その答えもいただければ幸いです。