blabla
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
# use interactive shell instead of login shell
|
||||
set-option -g default-command "/bin/bash"
|
||||
|
||||
# enable rgb colors
|
||||
set-option -sa terminal-features ',xterm-256color:RGB'
|
||||
|
||||
# set prefix key
|
||||
unbind C-b
|
||||
set-option -g prefix C-Space
|
||||
@@ -19,6 +22,13 @@ bind -n M-Right select-pane -R
|
||||
|
||||
# enable mouse support
|
||||
set -g mouse on
|
||||
# bind -n WheelUpPane {
|
||||
# if -F '#{==:#{window_name},nvim}' {
|
||||
# send-keys -M
|
||||
# } {
|
||||
# copy-mode -e
|
||||
# }
|
||||
# }
|
||||
|
||||
# reasonable resizing
|
||||
setw -g aggressive-resize on
|
||||
@@ -38,4 +48,4 @@ set -g visual-silence off
|
||||
setw -g monitor-activity off
|
||||
set -g bell-action none
|
||||
|
||||
# source ~/dotfiles/tmux/.config/tmux/zegonix.conf
|
||||
source ~/dotfiles/tmux/.config/tmux/zegonix.conf
|
||||
|
||||
Reference in New Issue
Block a user