This commit is contained in:
2025-06-14 20:58:09 +02:00
parent 248068c55a
commit 0d90f23ce5
5 changed files with 32 additions and 23 deletions

15
.config/.gitignore vendored
View File

@ -1,7 +1,8 @@
/*
!.gitignore
!btop/
btop/btop.log
!neofetch/
!ssh/
/*
!.gitignore
!btop/
btop/btop.log
!neofetch/
!ssh/
!tmux/

15
.config/tmux/tmux.conf Normal file
View File

@ -0,0 +1,15 @@
unbind r
bind r source-file ~/.tmux.conf
set -g prefix C-y
#set -g mouse on
bind-key w select-pane -U
bind-key a select-pane -L
bind-key s select-pane -D
bind-key d select-pane -R
set -g @plugin 'git@github.com/tmux-plugins/tpm'
run '~/.tmux/plugins/tpm/tpm'