summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rwxr-xr-xconfig/common/tmux/tmux.conf2
-rw-r--r--config/essentials/zsh/widgets.zsh2
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"