feat: add tmux-sessioner script

Add a script for quickly navigating between directories using fzf and
tmux sessions. Executable within zsh and Vim.
This commit is contained in:
Oliver Davies 2021-09-17 19:42:11 +01:00
parent 2f2c020719
commit 73e76b4d97
3 changed files with 33 additions and 0 deletions

View file

@ -33,5 +33,7 @@ _load_settings() {
_load_settings "$HOME/.zsh/configs"
bindkey -s "^f" "tmux-sessioniser\n"
# Local config
[[ -f ~/.zshrc.local ]] && source ~/.zshrc.local