buffer_search: Add tooltips, polish keybinds
This commit is contained in:
parent
5e3d0a6d03
commit
d0a673ec62
5 changed files with 90 additions and 56 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue