mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
fix(nix): tmux calls correct fish, reload hack
This commit is contained in:
parent
0b1cd71f58
commit
d6afc7ecf5
2 changed files with 7 additions and 8 deletions
|
|
@ -11,10 +11,6 @@ set -g renumber-windows on # auto reorder window number
|
|||
set -g mode-keys vi # global vi mode
|
||||
set -g history-limit 10000 # I want more history
|
||||
|
||||
# NOTE: this file is will be processed by nix
|
||||
set -g default-command "(${fish} || ${bash})" # Use fish
|
||||
set -g default-shell "(${fish} || ${bash})"
|
||||
|
||||
# Display style
|
||||
fg="#000000"
|
||||
bg="#fafafa"
|
||||
|
|
@ -49,9 +45,6 @@ bind C-a send-prefix
|
|||
set -g prefix C-a
|
||||
unbind C-b
|
||||
|
||||
# easy config reload
|
||||
bind r source-file ~/.tmux.conf \; display-message "tmux.conf reloaded."
|
||||
|
||||
# organic jumping
|
||||
bind -n C-h select-window -t 1
|
||||
bind -n C-t select-window -t 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue