[feat] Change stuff
This commit is contained in:
0
config/tmux/sessions/aftershoot
Executable file → Normal file
0
config/tmux/sessions/aftershoot
Executable file → Normal file
@@ -1,5 +1,14 @@
|
||||
tmux new-session -d -s 'default' -n 'neovim'
|
||||
tmux new-window -t default -n 'shell'
|
||||
# tmux new-window -t default -n 'IRC'
|
||||
# tmux send-keys -t default:IRC "irssi" Enter
|
||||
tmux new-window -t default -n 'shell'
|
||||
tmux new-window -t default -n 'shell'
|
||||
tmux new-window -t default -n 'shell'
|
||||
tmux new-window -t default -n 'shell'
|
||||
tmux new-window -t default -n 'shell'
|
||||
tmux new-window -t default -n 'shell'
|
||||
tmux new-window -t default -n 'shell'
|
||||
tmux new-window -t default -n 'shell'
|
||||
tmux new-window -t default -n 'shell'
|
||||
tmux new-window -t default -n 'IRC'
|
||||
tmux send-keys -t default:IRC "irssi" Enter
|
||||
tmux select-window -t default:0
|
||||
|
||||
@@ -68,6 +68,10 @@ bind C-q last-window
|
||||
bind m send-keys -t.- 'mpcfzf' Enter
|
||||
bind o set status
|
||||
|
||||
set -g allow-passthrough on
|
||||
set -ga update-environment TERM
|
||||
set -ga update-environment TERM_PROGRAM
|
||||
|
||||
bind-key -n C-\\ run-shell '~/.config/tmux/scratch'
|
||||
if-shell 'uname | grep -q Darwin' { set -s copy-command 'pbcopy' }
|
||||
if-shell 'uname | grep -q Linux' { set -s copy-command 'wl-copy' }
|
||||
|
||||
Reference in New Issue
Block a user