Move commits up and down within TMUX #3201
Unanswered
baggiponte
asked this question in
Q&A
Replies: 3 comments 9 replies
-
I have the same "problem", but instead of remapping I just run |
Beta Was this translation helpful? Give feedback.
9 replies
-
This a bit simpler variation should work too (works for me): bind -n C-j if-shell "[ #{pane_current_command} = lazygit ]" "send-keys C-j" "select-pane -D"
bind -n C-k if-shell "[ #{pane_current_command} = lazygit ]" "send-keys C-k" "select-pane -U" |
Beta Was this translation helpful? Give feedback.
0 replies
-
I had no idea you could rearrange commits because I have only ever used lg in tmux with vim-tmux-navigator 🫠 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I use a lot lazygit to rearrange commits (dope feature) with ctrl-j/k. I recently switched to tmux and I use ctrl-h/j/k/l to move around panes (through vim-tmux-navigator). The result is I cannot currently rearrange commits. What shortcuts would you replace them with? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions