diff --git a/.tmux.conf b/.tmux.conf index a9b1be8..15d70bf 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -63,6 +63,9 @@ bind C-c new-session # find session bind C-f command-prompt -p find-session 'switch-client -t %%' +# session navigation +bind BTab switch-client -l # move to last session + # split current window horizontally bind - split-window -v # split current window vertically