You've already forked dotfiles
Changing up the tmux config and terminal settings a little.
This commit is contained in:
12
tmux.conf
12
tmux.conf
@@ -1,6 +1,5 @@
|
||||
# True color support
|
||||
set -g default-terminal "xterm-256color"
|
||||
set -ga terminal-overrides ",alacritty:Tc"
|
||||
|
||||
# Set encoding to Unicode8
|
||||
setw -gq utf8 on
|
||||
@@ -8,9 +7,6 @@ setw -gq utf8 on
|
||||
# Allow mouse interactions
|
||||
set -g mouse on
|
||||
|
||||
# Disallow auto-renaming of windows
|
||||
set-option -g allow-rename off
|
||||
|
||||
# Bindings
|
||||
## More comfortable prefix binding
|
||||
unbind C-b
|
||||
@@ -19,6 +15,8 @@ set-option -g prefix C-Space
|
||||
## More natural window splits
|
||||
bind \\ split-window -h -c "#{pane_current_path}"
|
||||
bind - split-window -v -c "#{pane_current_path}"
|
||||
bind -n C-M-\\ split-window -h -c "#{pane_current_path}"
|
||||
bind -n C-M-- split-window -v -c "#{pane_current_path}"
|
||||
unbind '"'
|
||||
unbind %
|
||||
|
||||
@@ -29,8 +27,8 @@ bind -n C-M-k select-pane -U
|
||||
bind -n C-M-l select-pane -R
|
||||
|
||||
## Quick jump between windows like buffers in nvim
|
||||
bind -n M-H previous-window
|
||||
bind -n M-L next-window
|
||||
bind -n M-h previous-window
|
||||
bind -n M-l next-window
|
||||
|
||||
## Reload the config while inside of tmux
|
||||
bind r source-file ~/.tmux.conf
|
||||
@@ -42,6 +40,6 @@ set -g @plugin 'tmux-plugins/tmux-yank'
|
||||
set -g @plugin 'egel/tmux-gruvbox'
|
||||
|
||||
# Plugin settings
|
||||
set -g @tmux-gruvbox 'dark-transparent'
|
||||
# set -g @tmux-gruvbox 'dark-transparent'
|
||||
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
Reference in New Issue
Block a user