diff options
Diffstat (limited to '.tmux.conf')
| -rw-r--r-- | .tmux.conf | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -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' |
