diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf new file mode 100644 index 0000000..3445ac0 --- /dev/null +++ b/.config/tmux/tmux.conf @@ -0,0 +1,7 @@ +# settings +set -g mouse on + +# keybindings +unbind C-b +set -g prefix C-space +bind C-space send-prefix