tmux
こんなツイートをみかけました。 How do you check the weather? curl wttr.in — Sure thing! #wttrin pic.twitter.com/mgYzW2ajyq— Igor Chubin (@igor_chubin) 2016, 2月 20 めちゃくちゃかっこいい!!! http://wttr.in/ github.com Tokyoの天気を表示す…
マカーなのでHomebrewでインストール。 $ brew install tmux 以下で起動できます。 $ tmux ひとまず.tmux.confこんな感じになりました。これからカスタマイズしていきますー ############### # general # ############### # prefix set-option -g prefix C-t…
どうやら立ち上げるターミナルのエミュレータを設定しないといけないみたいだった。 以下を参考にしながら設定したらなおりました。 http://stackoverflow.com/questions/10158508/lose-vim-colorscheme-in-tmux-mode まずtmuxを起動せずになんのエミュレー…
以下みたいなエラー出る。 The window server could not be contacted. open must be run with a user logged in at the console, either as that user or as root. ここに従ってreattach-to-user-namespaceをインストールしてtmuxの設定ファイルに加える。 …