dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit fa9304faadc07ffa323b9fa655e69b7a1025c323
parent 1d2edca4cc8588bde1e1bfa6efd977bb62aa7e46
Author: Chris Bracken <chris@bracken.jp>
Date:   Sun, 23 Jun 2019 16:20:55 -0700

Use default ctrl-b prefix for tmux

I used ctrl-a for a decade post-migration from gnu screen, but ctrl-b
works just fine and reduces config by a couple lines.

Diffstat:
M.tmux.conf | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/.tmux.conf b/.tmux.conf @@ -1,10 +1,5 @@ # .tmuxrc -# Use C-a for tmux prefix -set -g prefix C-a -unbind-key C-b -bind-key C-a send-prefix - # keybindings set-window-option -g mode-keys vi set-option -g status-keys vi