From: Armaan Bhojwani Date: Mon, 5 Jul 2021 00:14:51 +0000 (-0400) Subject: tmux: unbind prefix X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=HEAD tmux: unbind prefix --- diff --git a/config.org b/config.org index 2a4537d..6972556 100644 --- a/config.org +++ b/config.org @@ -1155,6 +1155,8 @@ I use tmux in order to keep my st build light. Still learning how it works. set-window-option -g mode-keys vi bind-key -T copy-mode-vi 'v' send -X begin-selection bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard' + unbind C-b + set-option -g prefix None #+end_src ** GPG *** Config