Magit select modules in status window

35 Views Asked by At

How do I select multiple modules in the magit status window so I can update them all at once? What is the magic key binding that tags/marks them for that operation (o u)?

1

There are 1 best solutions below

0
On BEST ANSWER

Answered best here with references to the relevant manual bits. Basically, use Emacs regions for selection, or use the universal prefix C-u before issuing the command, to apply to all modules (e.g., update becomes o C-u u).