From 2dab9e093cced83b8a2ae3c477052594f70e9a4d Mon Sep 17 00:00:00 2001 From: Tom Li Dobnik Date: Sat, 9 Aug 2025 18:08:51 +0200 Subject: cleanup --- .tmux.conf | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index 995566c..14c1b3a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -2,6 +2,7 @@ unbind r unbind Space unbind C-d +unbind C-l unbind C-a set-option -g set-clipboard on @@ -12,12 +13,10 @@ bind-key Space switch-client -l bind-key ";" split-window -h -c "#{pane_current_path}" bind-key "'" split-window -v -c "#{pane_current_path}" bind-key g new-window -n lazygit -c "#{pane_current_path}" "lazygit" -bind-key -n M-h select-window -t -1 -bind-key -n M-l select-window -t +1 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 Left swap-window -t -1 \; select-window -t -1 -bind-key Right swap-window -t +1 \; select-window -t +1 +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 "K" run-shell "sesh connect \"$( sesh list --icons --hide-duplicates | fzf-tmux -p 100%,100% --no-border \ @@ -58,10 +57,6 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'tmux-plugins/tmux-yank' -set -g @plugin 'tmux-plugins/tmux-resurrect' - -set -g @resurrect-save 'C-e' -set -g @resurrect-restore 'C-r' run '~/.tmux/plugins/tpm/tpm' -- cgit v1.2.3