diff options
| author | tslil clingman <> | 2021-01-28 11:20:17 -0500 |
|---|---|---|
| committer | tslil clingman <> | 2021-01-28 11:20:17 -0500 |
| commit | 1adae202f53b0c49e957b9c0a840b81e9361c776 (patch) | |
| tree | a46bedbedf9e0145dc70f55edc13be79d5954891 /.tmux.conf | |
| parent | e93dffe9cdfec82ec8a0d38112fab2730b2b78e9 (diff) | |
This is much less annoying for my muscle memory
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 |
