Nvim config rewrite
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
# easy reload config
|
||||
bind-key r source-file ~/.config/tmux/tmux.conf \; display-message "Config reloaded."
|
||||
|
||||
# Enable full colors
|
||||
set-option -sa terminal-overrides ",xterm*:Tc"
|
||||
|
||||
# set window split
|
||||
bind-key v split-window -h -c "#{pane_current_path}"
|
||||
bind-key b split-window -v -c "#{pane_current_path}"
|
||||
@@ -49,11 +46,17 @@ set -g mouse on
|
||||
|
||||
# VIM Options
|
||||
set-option -g focus-events on
|
||||
set-option -sa terminal-features ',foot:RGB'
|
||||
|
||||
# Truecolor support
|
||||
set -g default-terminal "$TERM"
|
||||
set -ag terminal-overrides ",$TERM:Tc"
|
||||
|
||||
# Remove confirm prompt when closing pane
|
||||
bind-key x kill-pane
|
||||
|
||||
# Place statusbar at the top
|
||||
set-option -g status-position top
|
||||
|
||||
# Load TMUX Plugins
|
||||
set -g @catppuccin_window_left_separator ""
|
||||
set -g @catppuccin_window_right_separator " "
|
||||
|
||||
Reference in New Issue
Block a user