aboutsummaryrefslogtreecommitdiff
path: root/.config/tmux/tmux.conf
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-10-17 21:22:31 +0200
committersrdusr <trevorgray@srdusr.com>2023-10-17 21:22:31 +0200
commit1938838a043b13169a550af5ea37239adfc75293 (patch)
tree3a40144db8ceecdd7288cf80f4c4e67715e8ec73 /.config/tmux/tmux.conf
parentedf95aa4154a8ff24e5273231587649d77e02f62 (diff)
downloaddotfiles-1938838a043b13169a550af5ea37239adfc75293.tar.gz
dotfiles-1938838a043b13169a550af5ea37239adfc75293.zip
Changed scratch name (popup window) to note
Diffstat (limited to '.config/tmux/tmux.conf')
-rw-r--r--.config/tmux/tmux.conf4
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