If you use the kitty terminal emulator and have your favorite git TUI installed (e.g. lazygit), you can map something like this (my current mapping) to get a proper IDE-like git experience:
map alt+shift+f6 launch --type overlay --title "lazygit" --cwd current lazygit
If you use the
kitty
terminal emulator and have your favorite git TUI installed (e.g.lazygit
), you can map something like this (my current mapping) to get a proper IDE-like git experience:map alt+shift+f6 launch --type overlay --title "lazygit" --cwd current lazygit