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:
parent
2f2c020719
commit
73e76b4d97
3 changed files with 33 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue