mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 13:35:30 +00:00
Merge branch 'master' of github.com:danijoo/dotfiles
This commit is contained in:
@@ -8,3 +8,13 @@ set-option -g mouse on
|
||||
# make scrolling with wheels work
|
||||
bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'select-pane -t=; copy-mode -e; send-keys -M'"
|
||||
bind -n WheelDownPane select-pane -t= \; send-keys -M
|
||||
|
||||
# Plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'tmux-plugins/tmux-cpu'
|
||||
set -g @plugin 'pwittchen/tmux-plugin-ram'
|
||||
|
||||
run -b '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
set -g status-right '#{cpu_bg_color} CPU: #{cpu_percentage} RAM: #{ram}| %a %h-%d %H:%M '
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"ColorPicker",
|
||||
"CWL Syntax Highlighting",
|
||||
"gruvbox",
|
||||
"Hermes",
|
||||
"Helium",
|
||||
"Incomprehensible Ex",
|
||||
"LaTeX Snippets",
|
||||
"LaTeXTools",
|
||||
|
||||
Reference in New Issue
Block a user