From ac0968042ddb333de5e3c371cc79b3b4ef098356 Mon Sep 17 00:00:00 2001 From: Tom Li Dobnik Date: Fri, 20 Feb 2026 15:05:37 +0100 Subject: update --- .tmux.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index 14c1b3a..6883035 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -15,8 +15,10 @@ bind-key "'" split-window -v -c "#{pane_current_path}" bind-key g new-window -n lazygit -c "#{pane_current_path}" "lazygit" bind -N "⌘+l last-session (via sesh) " L run-shell "sesh last || tmux display-message -d 1000 'Oops, no last sessions found'" bind -N "⌘+l last-session (via sesh) " C-z run-shell "sesh last || tmux display-message -d 1000 'Oops, no last sessions found'" -bind-key C-j swap-window -t -1 \; select-window -t -1 -bind-key C-k swap-window -t +1 \; select-window -t +1 +bind-key h swap-window -t -1 \; select-window -t -1 +bind-key l swap-window -t +1 \; select-window -t +1 +bind-key n split-window -h -p 25 "nvim note.md" +bind-key m kill-pane bind-key "K" run-shell "sesh connect \"$( sesh list --icons --hide-duplicates | fzf-tmux -p 100%,100% --no-border \ -- cgit v1.2.3