diff options
| author | 2016-11-23 21:48:09 +0100 | |
|---|---|---|
| committer | 2016-11-23 21:48:09 +0100 | |
| commit | ece05a3073e68f427a79498678a5c0bacda1d790 (patch) | |
| tree | 164d2fc9e6f383a86cce0f06b0cbd0d97a36ad82 | |
| parent | 1746ea2749f651da0423bfe637cddf0c22df831a (diff) | |
| download | dotfiles-ece05a3073e68f427a79498678a5c0bacda1d790.tar.gz dotfiles-ece05a3073e68f427a79498678a5c0bacda1d790.tar.bz2 dotfiles-ece05a3073e68f427a79498678a5c0bacda1d790.zip | |
Disable escape in tmux
| -rwxr-xr-x[-rw-r--r--] | tmux/.tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index c57ee50..77a6eed 100644..100755 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf | |||
| @@ -8,3 +8,5 @@ bind R source-file ~/.tmux.conf \; display-message "Config reloaded..." | |||
| 8 | 8 | ||
| 9 | set -g status-bg default | 9 | set -g status-bg default |
| 10 | set -g status-fg default | 10 | set -g status-fg default |
| 11 | |||
| 12 | set -s escape-time 0 | ||
