diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-10-17 21:22:31 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-10-17 21:22:31 +0200 |
| commit | 1938838a043b13169a550af5ea37239adfc75293 (patch) | |
| tree | 3a40144db8ceecdd7288cf80f4c4e67715e8ec73 | |
| parent | edf95aa4154a8ff24e5273231587649d77e02f62 (diff) | |
| download | dotfiles-1938838a043b13169a550af5ea37239adfc75293.tar.gz dotfiles-1938838a043b13169a550af5ea37239adfc75293.zip | |
Changed scratch name (popup window) to note
| -rw-r--r-- | .config/tmux/tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 394ae34..a731ff1 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -85,10 +85,10 @@ setw -g aggressive-resize on #bind -n M-g display-popup -E "tmux new-session -A -s scratch" # Toggle popup scratch session -bind-key -n M-g if-shell -F '#{==:#{session_name},scratch}' { +bind-key -n M-g if-shell -F '#{==:#{session_name},note}' { detach-client } { -display-popup -E "tmux new-session -A -s scratch" +display-popup -E "tmux new-session -A -s note" } # Non-popup |
