cumulative update

This commit is contained in:
Arthur Khachaturov 2024-06-19 11:51:19 +03:00
parent 3ecbac352e
commit c360fc2339
71 changed files with 3281 additions and 380 deletions

View file

@ -10,8 +10,8 @@ bind i next-window
bind n new-window -c "#{pane_current_path}"
bind k split-window -v
bind l split-window -h
bind k split-window -v -c "#{pane_current_path}"
bind l split-window -h -c "#{pane_current_path}"
# Rebind command key to ;
bind \; command-prompt

View file

@ -15,7 +15,9 @@ set -g @batt_icon_charge_tier1 '! !'
# Change date and time format
set -g @onedark_time_format "%I:%M %p"
set -g @onedark_date_format "%D"
set -g @onedark_widgets "#{battery_icon_charge} #{battery_percentage}%"
set -g @onedark_widgets "#{battery_icon_charge} #{battery_percentage}"
set-environment -g TMUX_PLUGIN_MANAGER_PATH '~/.local/share/tmux-plugins'
# Run tmux-plugin-manager
run '~/.local/share/tmux-plugins/tpm/tpm'

View file

@ -2,8 +2,8 @@
setw -g mouse on
# Enable 256 color mode and TrueColor
set -s default-terminal "tmux-256color"
set -as terminal-overrides ",xterm*:Tc"
set -g default-terminal "tmux-256color"
set -ag terminal-overrides ",xterm-256color:RGB"
# Get rid of nvim escape delay
set -s escape-time 0