Hello all,

Here are the promised patch to create minor-mode for each magit buffer.

The first one do create the minor mode with empty keymap.

The next seven one move some key mapping to where i feel they
belong. Those probably require some polishing. Notably I haven't move
the remote function (pull/fetch/push...) that could be moved to only the
status buffer (and then, maybe not), and I may have overlook the
usefulness of some of the key binding in some circumstance, please check

The last one only polish the order used to bind key in the major mode
for grouping like command.

This patch set lack transformation of others mode into this major/minor
grouping of the magit's modes



Rémi Vanicat (9):
  Added minor mode for the different magit buffer.
  Moving hunk size modifier in modes where there are hunks.
  Moving staging function to status buffer
  Moving diff view function where there are commits.
  Moving apply, cherry-pick and revert function.
  Moving merging and branching function where there are commit and
    branch.
  Moving function working specifically on status hunk, diff and files
  Moving function related to current status
  Regrouping command that create new view of current git repositories.

 magit.el |  214 +++++++++++++++++++++++++++++++++++++++++++++++++------------
 1 files changed, 172 insertions(+), 42 deletions(-)

-- 
Rémi Vanicat


-- 
To unsubscribe, reply using "remove me" as the subject.

Reply via email to