Documentation
¶
Overview ¶
Package conflicts implements the conflict resolution panel for grut. It displays files with merge/rebase conflicts and provides actions to mark files as resolved (by staging), continue the merge/rebase, or abort.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Panel ¶
--------------------------------------------------------------------------- Panel --------------------------------------------------------------------------- Panel is the conflict resolution panel. It lists conflicted files and provides resolve, continue, and abort actions.
func (*Panel) KeyBindings ¶
func (p *Panel) KeyBindings() []panels.KeyBinding
KeyBindings implements panels.Panel.
func (*Panel) SetActionsCfg ¶
func (p *Panel) SetActionsCfg(cfg config.ActionsConfig)
SetActionsCfg stores the actions configuration for right-click menus.
Click to show internal directories.
Click to hide internal directories.