diff options
Diffstat (limited to '.tmux.conf')
| -rw-r--r-- | .tmux.conf | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -17,9 +17,10 @@ set -g status-right "#[fg=black][ %y.%m.%d %Hh%M ]" unbind C-t unbind C-b set -g prefix C-t -bind C-t send-prefix -bind t last-window +bind t send-prefix + +bind C-t last-window unbind x bind x lock-server |
