diff options
| author | krolyxon <krolyxon@tutanota.com> | 2024-01-15 20:22:28 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2024-01-15 20:22:28 +0530 |
| commit | f1ee81b9b904e90044f7411fe98fd4ae8baccff8 (patch) | |
| tree | 786bc91f7840066690662d4dff447a12a1ed0fbb | |
| parent | 59f2c95df1367a802fb34535817c650650e24071 (diff) | |
tmux: remove display reloaded
| -rw-r--r-- | .config/tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 7b9a02d..74ba3cd 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -14,7 +14,7 @@ set -g base-index 1 setw -g pane-base-index 1 set -g renumber-windows on -bind r source-file ~/.config/tmux/tmux.conf; display "Reloaded!!" +bind r source-file ~/.config/tmux/tmux.conf; # vim keys # setw -g mode-keys vi |
