summaryrefslogtreecommitdiff
path: root/.config/shells
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2022-10-26 15:14:32 -0400
committerJacob McDonnell <jacob@simplelittledream.com>2022-10-26 15:14:32 -0400
commite92e82df51537e958a7d642bcd7898b1b5009327 (patch)
tree4fa9532f2e8fda1b49798d7a3d5bfe8219f0dca4 /.config/shells
parent6b6e91707ecf621a0bedad154351db8f1ccc2123 (diff)
Integrated ThePrimeagen's Tmux Environment
Diffstat (limited to '.config/shells')
-rw-r--r--.config/shells/zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shells/zsh/.zshrc b/.config/shells/zsh/.zshrc
index 9f934a9..75f7f16 100644
--- a/.config/shells/zsh/.zshrc
+++ b/.config/shells/zsh/.zshrc
@@ -9,6 +9,7 @@ source $SHELLDIR/dirrc
source $SHELLDIR/colorsrc # contians color substituions
source $SHELLDIR/cpwdrc # contains _collapsed_pwd
bindkey -v
+bindkey -s ^f "tmux-sessionizer\n"
HISTFILE="$XDG_CACHE_HOME/zshHIST"
SAVEHIST=100
HISTSIZE=5000