dotfiles

My configuration files.
git clone https://git.svenmoeller.xyz/dotfiles.git
Log | Files | Refs | README

commit a62b3e9ab0a5ce9a25d1f9ca04c3c0c2e3573204
parent 0df596801ed256fee3024963a7da8e3f7f4cdb99
Author: Sven Möller <sven@svenmoeller.xyz>
Date:   Fri, 22 Jul 2022 22:03:44 +0200

Change prefix key

Diffstat:
Mtmux/.config/tmux/tmux.conf | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf @@ -1,6 +1,5 @@ -#Prefix is Ctrl-a -set -g prefix C-a -bind C-a send-prefix +set -g prefix M-Space +bind M-Space last-window unbind C-b set -sg escape-time 1