From 559debfc118ce62b460523c115d3740ee2c466ee Mon Sep 17 00:00:00 2001 From: rileyrg Date: Tue, 5 Dec 2023 22:35:09 +0100 Subject: [PATCH] C-a + : tmux new windows --- DotFiles/.tmux.conf | 1 + README.md | 9 +++++---- linux-config.org | 1 + 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/DotFiles/.tmux.conf b/DotFiles/.tmux.conf index fd05607..1d78374 100644 --- a/DotFiles/.tmux.conf +++ b/DotFiles/.tmux.conf @@ -67,6 +67,7 @@ bind K kill-session bind x kill-pane bind X kill-pane -a bind c command-prompt -p "window name:" "new-window; rename-window '%%'" +bind + new-window new -d -s0 # neww -d -nemacs 'exec emacsclient -nw ~/.emacs.d/linux-init/inits.org' # setw -t0:1 aggressive-resize on diff --git a/README.md b/README.md index b2e4793..d96eca3 100644 --- a/README.md +++ b/README.md @@ -463,6 +463,7 @@ Directory is [here](.oh-my-zsh/). bind x kill-pane bind X kill-pane -a bind c command-prompt -p "window name:" "new-window; rename-window '%%'" + bind + new-window new -d -s0 # neww -d -nemacs 'exec emacsclient -nw ~/.emacs.d/linux-init/inits.org' # setw -t0:1 aggressive-resize on @@ -1967,7 +1968,7 @@ but in both cases we check if it exists in the sway tree, and, if not, set it it notify-send -t 3000 "${@}" || true - + ### ~/bin/sway/sway-screen @@ -2013,7 +2014,7 @@ See + ### Examples: diff --git a/linux-config.org b/linux-config.org index cce8eba..d96da41 100644 --- a/linux-config.org +++ b/linux-config.org @@ -1072,6 +1072,7 @@ https://stackoverflow.com/a/38865693/37370 bind x kill-pane bind X kill-pane -a bind c command-prompt -p "window name:" "new-window; rename-window '%%'" + bind + new-window new -d -s0 # neww -d -nemacs 'exec emacsclient -nw ~/.emacs.d/linux-init/inits.org' # setw -t0:1 aggressive-resize on