diff options
| author | Omar Magdy <omar.professional8777@gmail.com> | 2022-06-06 18:18:04 +0200 |
|---|---|---|
| committer | Omar Magdy <omar.professional8777@gmail.com> | 2022-06-06 18:18:04 +0200 |
| commit | 166dd6eb00261665fe62978f62a14772a501c835 (patch) | |
| tree | 6203d0042b2a23ba75086ad241ead75381ef1d5f /tmux/.tmux | |
| parent | 3f1f70182a80fb6ff109db783b1af97af784cbf8 (diff) | |
| download | dotfiles-166dd6eb00261665fe62978f62a14772a501c835.tar.xz dotfiles-166dd6eb00261665fe62978f62a14772a501c835.zip | |
Added some new aliases and cleaned rc.lua from uncessary stuff
Diffstat (limited to 'tmux/.tmux')
| -rw-r--r-- | tmux/.tmux/.tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/.tmux/.tmux.conf b/tmux/.tmux/.tmux.conf index 0400870..612eb61 100644 --- a/tmux/.tmux/.tmux.conf +++ b/tmux/.tmux/.tmux.conf @@ -34,6 +34,7 @@ bind e new-window -n "~/.tmux.conf.local" "EDITOR=\${EDITOR//mvim/vim} && EDITOR # reload configuration bind r source-file ~/.tmux.conf \; display '~/.tmux.conf sourced' +# bind -r u set -g status off # -- display ------------------------------------------------------------------- |
