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 #
|
# Bindings #
|
||||||
############
|
############
|
||||||
# remap prefix
|
# remap prefix
|
||||||
bind C-a send-prefix
|
bind ` send-prefix
|
||||||
set -g prefix C-a
|
set -g prefix `
|
||||||
unbind C-b
|
unbind C-b
|
||||||
|
|
||||||
# easy config reload (that bypasses nix too)
|
# easy config reload (that bypasses nix too)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue