Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion mise/config.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[tools]
# global tool versions go here
# you can set these with `mise use -g`
deno = 'latest'
go = 'latest'
jq = 'latest'
kubectl = 'latest'
Expand Down
5 changes: 5 additions & 0 deletions tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@ bind / command-prompt "splitw '%%'"

run '~/.config/tmux/plugins/tpm/tpm'

# Override TPM keybindings to use popups instead of split panes
bind-key I display-popup -w 80% -h 80% -E -e "TMUX=#{socket_path},#{pid},#{session_id}" "~/.config/tmux/plugins/tpm/scripts/install_plugins.sh && echo 'Done. Press ENTER to close.' && read"
bind-key U display-popup -w 80% -h 80% -E -e "TMUX=#{socket_path},#{pid},#{session_id}" "~/.config/tmux/plugins/tpm/scripts/update_plugin.sh --shell-echo all && echo 'Done. Press ENTER to close.' && read"
bind-key M-u display-popup -w 80% -h 80% -E -e "TMUX=#{socket_path},#{pid},#{session_id}" "~/.config/tmux/plugins/tpm/scripts/clean_plugins.sh && echo 'Done. Press ENTER to close.' && read"

set -g status-style "bg=terminal"
set -g allow-passthrough on
set -g mouse on
Expand Down