diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/tmux/tmux.conf | 7 | 
1 files changed, 2 insertions, 5 deletions
| diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index c3d6788..f06f5fd 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -23,11 +23,6 @@ set -ga terminal-overrides ',xterm-256color:Tc'  # Removes the need for numbers by the window names  set -g renumber-windows on -# Change the prefix -set -g prefix C-Space -unbind C-b -bind C-Space send-prefix -  # Make killing the whole thing easier  bind q kill-session @@ -37,3 +32,5 @@ set -g mouse on  # Quickly switch windows  bind -n C-w previous-window  bind -n C-e next-window + +bind C-w send -l '' |