diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-24 23:16:45 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-24 23:16:45 +0200 |
commit | af89896bfa0a9f2cc987e0683568dd22af8efb27 (patch) | |
tree | 4a4930c0f691ecce551208ad91dd5e6f76a73795 /config | |
parent | 6b0cafb5b3b9f7d986c843662ee58569d879e81d (diff) |
checkpoint
Diffstat (limited to 'config')
-rwxr-xr-x | config/common/tmux/tmux.conf | 2 | ||||
-rw-r--r-- | config/essentials/zsh/widgets.zsh | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/config/common/tmux/tmux.conf b/config/common/tmux/tmux.conf index 0f35fb9..7fc73b0 100755 --- a/config/common/tmux/tmux.conf +++ b/config/common/tmux/tmux.conf @@ -106,6 +106,8 @@ bind S choose-tree -Z # Menu for mounting and ejecting devices. bind E display-menu -T "#[align=centre]#I:#W" -x W -y W '' Mount 0 "display-popup -E 'amount'" +bind-key -r f run-shell "tmux neww tmux-sessionizer" + # Theme #+---------+ diff --git a/config/essentials/zsh/widgets.zsh b/config/essentials/zsh/widgets.zsh index cce9fbc..71d33cf 100644 --- a/config/essentials/zsh/widgets.zsh +++ b/config/essentials/zsh/widgets.zsh @@ -13,3 +13,5 @@ insert-last-command-output() { } zle -N insert-last-command-output bindkey "^Xl" insert-last-command-output + +bindkey -s "^f" "tmux-sessionizer\n" |