mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
bump
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Beware! This file is rewritten by htop when settings are changed in the interface.
|
# Beware! This file is rewritten by htop when settings are changed in the interface.
|
||||||
# The parser is also very primitive, and not human-friendly.
|
# The parser is also very primitive, and not human-friendly.
|
||||||
fields=0 48 17 18 38 39 40 2 46 47 49 1
|
fields=0 48 17 18 38 39 40 2 46 47 49 1
|
||||||
sort_key=46
|
sort_key=47
|
||||||
sort_direction=-1
|
sort_direction=-1
|
||||||
tree_sort_key=0
|
tree_sort_key=0
|
||||||
tree_sort_direction=1
|
tree_sort_direction=1
|
||||||
|
|||||||
@@ -69,3 +69,10 @@ bind C-v run "tmux set-buffer -- \"$(xsel -o -b)\"; tmux paste-buffer"
|
|||||||
|
|
||||||
# Enable logging module, if available
|
# Enable logging module, if available
|
||||||
run-shell "~/.tmux/tmux-logging/logging.tmux || true"
|
run-shell "~/.tmux/tmux-logging/logging.tmux || true"
|
||||||
|
|
||||||
|
# Enable TMUX Plugin Manager
|
||||||
|
# install with:
|
||||||
|
# git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||||
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
|
run-shell "~/.tmux/plugins/tpm/tpm || true"
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user