mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
tmux: use ` as prefix
This commit is contained in:
parent
84b29bbf1c
commit
086ff2354f
1 changed files with 2 additions and 2 deletions
|
|
@ -51,8 +51,8 @@ set -g pane-active-border-style "fg=#{@ACCENT}"
|
|||
# Bindings #
|
||||
############
|
||||
# remap prefix
|
||||
bind C-a send-prefix
|
||||
set -g prefix C-a
|
||||
bind ` send-prefix
|
||||
set -g prefix `
|
||||
unbind C-b
|
||||
|
||||
# easy config reload (that bypasses nix too)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue