diff options
| author | Omar Magdy <omar.professional8777@gmail.com> | 2022-05-30 16:25:07 +0200 |
|---|---|---|
| committer | Omar Magdy <omar.professional8777@gmail.com> | 2022-05-30 16:25:07 +0200 |
| commit | 80a5b49a19f79b871a56468ac5f4025f8690f619 (patch) | |
| tree | b11706271a0aae558157dabdebd05d4c20fbdf18 /tmux | |
| parent | 563b5618f419397c81cbd1e90fa671c972a03135 (diff) | |
| download | dotfiles-80a5b49a19f79b871a56468ac5f4025f8690f619.tar.xz dotfiles-80a5b49a19f79b871a56468ac5f4025f8690f619.zip | |
Updated some files
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/.tmux/.tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux/.tmux/.tmux.conf b/tmux/.tmux/.tmux.conf index 856665a..0400870 100644 --- a/tmux/.tmux/.tmux.conf +++ b/tmux/.tmux/.tmux.conf @@ -20,6 +20,9 @@ set -s focus-events on set -g prefix2 C-a # GNU-Screen compatible prefix bind C-a send-prefix -2 + +set -g mouse on # Enabling mouse + set -q -g status-utf8 on # expect UTF-8 (tmux < 2.2) setw -q -g utf8 on |
