作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在 ~/.tmux.conf 中只有这两行:
unbind r
bind r source-file ~/.tmux.conf; display "Reloaded"
tmux
/Users/.../.tmux.conf:2: can't establish current session
最佳答案
你在第二个命令中有一个错字;你需要转义分号。参见 man tmux
中的示例:
bind-key R source-file ~/.tmux.conf \; \
display-message "source-file done"
Multiple commands may be specified together as part of a command sequence. Each command should be separated by spaces and a semicolon; commands are executed sequentially from left to right and lines ending with a backslash continue on to the next line, except when escaped by another backslash. A literal semicolon may be included by escaping it with a backslash (for example, when specifying a command sequence to bind-key).
关于configuration - tmux:为什么这两行会在启动时导致 ".tmux.conf:2: can' t 建立当前 session ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23166031/
我是一名优秀的程序员,十分优秀!