add tmux
This commit is contained in:
15
.config/.gitignore
vendored
15
.config/.gitignore
vendored
@ -1,7 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
|
|
||||||
!.gitignore
|
!.gitignore
|
||||||
!btop/
|
!btop/
|
||||||
btop/btop.log
|
btop/btop.log
|
||||||
!neofetch/
|
!neofetch/
|
||||||
!ssh/
|
!ssh/
|
||||||
|
!tmux/
|
||||||
|
15
.config/tmux/tmux.conf
Normal file
15
.config/tmux/tmux.conf
Normal 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'
|
17
.gitignore
vendored
17
.gitignore
vendored
@ -1,16 +1 @@
|
|||||||
/*
|
.zshenv
|
||||||
|
|
||||||
!setup
|
|
||||||
!zsh/
|
|
||||||
!.gitignore
|
|
||||||
!.alias.d/
|
|
||||||
!.config/
|
|
||||||
!.gitconfig
|
|
||||||
!.gitconfig.d
|
|
||||||
!.p10k.zsh
|
|
||||||
!.zshrc
|
|
||||||
!.zshenv.template
|
|
||||||
!.profile
|
|
||||||
!install
|
|
||||||
!README.md
|
|
||||||
!.stow-ignore-local
|
|
||||||
|
7
.stow-local-ignore
Normal file
7
.stow-local-ignore
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
.git
|
||||||
|
install
|
||||||
|
setup
|
||||||
|
.gitignore
|
||||||
|
.gitmodules
|
||||||
|
.zshenv.template
|
||||||
|
README.md
|
1
.tmux.conf
Normal file
1
.tmux.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
source-file ~/.config/tmux/tmux.conf
|
Reference in New Issue
Block a user