From 5fe9887fd1bcc48206309ebd1344c233ed4b3dbf Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Fri, 3 Jan 2025 17:29:03 -0800 Subject: [PATCH] Update tmux and jj --- dot_config/jj/config.toml | 1 + dot_tmux.conf | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dot_config/jj/config.toml b/dot_config/jj/config.toml index f3d365d..94d709b 100644 --- a/dot_config/jj/config.toml +++ b/dot_config/jj/config.toml @@ -27,3 +27,4 @@ bm = ["bookmark", "move", "--to"] pull = ["git", "fetch"] fetch = ["git", "fetch"] push = ["git", "push"] +d = ["describe", "-m"] diff --git a/dot_tmux.conf b/dot_tmux.conf index 556a7b7..f4b2eff 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -45,11 +45,13 @@ bind-key l select-pane -R bind-key u break-pane #bind-key sdf command-prompt -p "join pane from:" "join-pane -s '%%'" bind-key y command-prompt -p "send pane to:" "join-pane -t :'%%' \; select-layout main-vertical" -bind-key Enter rotate-window +bind-key Space rotate-window bind v split-window -h +bind Enter split-window -h \; select-layout main-vertical bind = select-layout even-horizontal bind | select-layout main-vertical +set -g main-pane-width 68% bind-key C-t new-window "ttyd -R -d -t fontSize=18 tmux attach -t `tmux display -p '#S'`" # Status Bar