buffer_search: Add tooltips, polish keybinds

This commit is contained in:
Piotr Osiewicz 2023-12-08 12:37:20 +01:00
parent 5e3d0a6d03
commit d0a673ec62
5 changed files with 90 additions and 56 deletions

View file

@ -80,6 +80,7 @@ pub enum Icon {
Quote,
Replace,
ReplaceAll,
ReplaceNext,
Screen,
SelectAll,
Split,
@ -157,6 +158,7 @@ impl Icon {
Icon::Quote => "icons/quote.svg",
Icon::Replace => "icons/replace.svg",
Icon::ReplaceAll => "icons/replace_all.svg",
Icon::ReplaceNext => "icons/replace_next.svg",
Icon::Screen => "icons/desktop.svg",
Icon::SelectAll => "icons/select-all.svg",
Icon::Split => "icons/split.svg",