Nvim config rewrite

This commit is contained in:
2024-09-28 16:38:13 +01:00
parent cad1e93d95
commit 216a5c36b4
27 changed files with 144 additions and 1262 deletions

View File

@@ -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 " "