my-desktop-mini/tmux/.tmux.conf

18 lines
343 B
Text
Raw Normal View History

2022-09-11 08:26:58 +00:00
# use ctrl-a instead of ctrl-b
unbind C-b
set -g prefix C-a
bind C-a send-prefix
# start counting at 1 instead of 0
set -g base-index 1
setw -g pane-base-index 1
# fix fancy colors
set -g default-terminal "tmux-256color"
# powerline!
#source /usr/share/powerline/bindings/tmux/powerline.conf
2022-09-11 08:26:58 +00:00
# set shell
set -g default-shell /usr/bin/fish