diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..f2420e8 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,8 @@ +# remap prefix from ^+A to ^+B +unbind C-b +set -g prefix C-a +bind C-a send-prefix + + +# set vi keybindings +setw -g mode-keys vi