tmux/sublime

This commit is contained in:
danijoo
2020-03-13 11:24:02 +01:00
parent adf6d8f7a0
commit 87f7be4ac9
3 changed files with 12 additions and 2 deletions

View File

@@ -8,3 +8,13 @@ set-option -g mouse on
# make scrolling with wheels work # 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 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 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 '

View File

@@ -10,7 +10,7 @@
"ColorPicker", "ColorPicker",
"CWL Syntax Highlighting", "CWL Syntax Highlighting",
"gruvbox", "gruvbox",
"Hermes", "Helium",
"Incomprehensible Ex", "Incomprehensible Ex",
"LaTeX Snippets", "LaTeX Snippets",
"LaTeXTools", "LaTeXTools",

View File

@@ -4,7 +4,7 @@
"detect_indentation": false, "detect_indentation": false,
"dictionary": "Packages/Language - English/en_US.dic", "dictionary": "Packages/Language - English/en_US.dic",
"font_face": "Hack for Powerline Regular", "font_face": "Hack for Powerline Regular",
"font_size": 21, "font_size": 13,
"hot_exit": false, "hot_exit": false,
"ignored_packages": "ignored_packages":
[ [