add nixos config

This commit is contained in:
arnaucube
2023-07-09 08:28:13 +02:00
parent e351920abc
commit 59f6c1d359
5 changed files with 194 additions and 1 deletions

View File

@@ -8,4 +8,9 @@ set -g status-fg white
bind + run 'cut -c3- ~/.tmux.conf | sh -s _maximize_pane "#{session_name}" #D'
# on bind + Ctrl+t open a new window and launch there gotty with a 'random' url
bind-key C-t new-window "gotty -r tmux attach -t `tmux display -p '#S'`"
# bind-key C-t new-window "gotty -r tmux attach -t `tmux display -p '#S'`"
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R