feat: add toggle_completion_info_mode command and keybindings
This commit is contained in:
parent
c1ae1fe25f
commit
1c2e1ae494
4 changed files with 36 additions and 3 deletions
|
|
@ -339,6 +339,10 @@ fn close_all_panel_views(self: *Self) void {
|
|||
tui.resize();
|
||||
}
|
||||
|
||||
pub fn hide_info_view_panel(self: *Self) void {
|
||||
self.toggle_panel_view(info_view, .disable) catch {};
|
||||
}
|
||||
|
||||
fn check_all_not_dirty(self: *const Self) command.Result {
|
||||
if (self.buffer_manager.is_dirty())
|
||||
return tp.exit("unsaved changes");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue