mirror of
https://github.com/pnx/dotfiles
synced 2026-07-04 15:23:40 +02:00
tmux.conf: add n and e keybind
This commit is contained in:
parent
4721600c3e
commit
5b544f388e
1 changed files with 2 additions and 0 deletions
|
|
@ -42,6 +42,8 @@ unbind C-b
|
||||||
set -g prefix C-a
|
set -g prefix C-a
|
||||||
bind C-a send-prefix
|
bind C-a send-prefix
|
||||||
|
|
||||||
|
bind-key "e" run-shell "~/bin/tmuxs"
|
||||||
|
bind-key "n" run-shell -b "~/.config/tmux-plugins/tmux-fzf/scripts/session.sh new"
|
||||||
bind-key "w" run-shell -b "~/.config/tmux-plugins/tmux-fzf/scripts/session.sh switch"
|
bind-key "w" run-shell -b "~/.config/tmux-plugins/tmux-fzf/scripts/session.sh switch"
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue