diff --git a/dotfiles/emacs.d b/dotfiles/emacs.d index 9336a670..80834324 160000 --- a/dotfiles/emacs.d +++ b/dotfiles/emacs.d @@ -1 +1 @@ -Subproject commit 9336a6700d1c01f782efec87ce02a066e182cd28 +Subproject commit 80834324ebb10a1ebe4617930b70c8f9b6ae362f diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index 0db9bd67..3d04d7cd 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -1,5 +1,11 @@ +unbind C-o +set -g prefix C-b +bind-key C-b send-prefix + set-option -g status on bind-key @ command-prompt -p "create pane from:" "join-pane -s ':%%'" +bind-key ^ command-prompt -p "swap window:" "swap-pane -s '%%' -t '%%'" + set-option -g status-interval 2 set-option -g status-utf8 on set-option -g status-justify "centre"