Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit

Permalink
updated hints for copy and search mode
Browse files Browse the repository at this point in the history
  • Loading branch information
MLFlexer committed Apr 28, 2024
1 parent 010badb commit 46614e0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 deletions.
28 changes: 13 additions & 15 deletions defaults/copy_mode.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,48 +14,46 @@ local function get_hint_status_text(hint_icons, hint_colors, mode_colors)
{ Background = { Color = hint_colors.bg } },
-- ...
{ Foreground = { Color = hint_colors.key } },
{ Text = "Shift,CTRL,ALT?" },
{ Text = hint_icons.mod_seperator },
{ Text = "v: " },
{ Foreground = { Color = hint_colors.hint } },
{ Text = "Cell select" },
{ Text = "Visual mode" },
{ Foreground = { Color = hint_colors.key_hint_seperator } },
{ Text = hint_icons.key_hint_seperator },
-- ...
{ Foreground = { Color = hint_colors.key } },
{ Text = "Shift" },
{ Text = hint_icons.mod_seperator },
{ Text = "v: " },
{ Text = "/: " },
{ Foreground = { Color = hint_colors.hint } },
{ Text = "Line select" },
{ Text = "Search mode" },
{ Foreground = { Color = hint_colors.key_hint_seperator } },
{ Text = hint_icons.key_hint_seperator },
-- ...
{ Foreground = { Color = hint_colors.key } },
{ Text = "Ctrl" },
{ Text = hint_icons.mod_seperator },
{ Text = "v: " },
{ Text = "p/n: " },
{ Foreground = { Color = hint_colors.hint } },
{ Text = "Block select" },
{ Text = "Prev/Next result" },
{ Foreground = { Color = hint_colors.key_hint_seperator } },
{ Text = hint_icons.key_hint_seperator },
-- ...
{ Foreground = { Color = hint_colors.key } },
{ Text = "o/O: " },
{ Text = "s/S: " },
{ Foreground = { Color = hint_colors.hint } },
{ Text = "Other end of selection" },
{ Text = "Semantic jump" },
{ Foreground = { Color = hint_colors.key_hint_seperator } },
{ Text = hint_icons.key_hint_seperator },
-- ...
{ Foreground = { Color = hint_colors.key } },
{ Text = "hjkl: " },
{ Text = "y: " },
{ Foreground = { Color = hint_colors.hint } },
{ Text = "move" },
{ Text = "Copy and exit" },
{ Foreground = { Color = hint_colors.key_hint_seperator } },
{ Text = hint_icons.key_hint_seperator },
-- ...
{ Foreground = { Color = hint_colors.key } },
{ Text = "y: " },
{ Text = "hjkl: " },
{ Foreground = { Color = hint_colors.hint } },
{ Text = "Copy and exit " },
{ Text = "Move " },
-- ...
{ Attribute = { Intensity = "Bold" } },
{ Foreground = { Color = mode_colors.bg } },
Expand Down
4 changes: 2 additions & 2 deletions defaults/search_mode.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ local function get_hint_status_text(hint_icons, hint_colors, mode_colors)
{ Foreground = { Color = hint_colors.key } },
{ Text = "Enter: " },
{ Foreground = { Color = hint_colors.hint } },
{ Text = "Prev result" },
{ Text = "Accep pattern" },
{ Foreground = { Color = hint_colors.key_hint_seperator } },
{ Text = hint_icons.key_hint_seperator },
-- ...
{ Foreground = { Color = hint_colors.key } },
{ Text = "Esc: " },
{ Foreground = { Color = hint_colors.hint } },
{ Text = "Exit mode " },
{ Text = "End search" },
-- ...
{ Attribute = { Intensity = "Bold" } },
{ Foreground = { Color = mode_colors.bg } },
Expand Down

0 comments on commit 46614e0

Please sign in to comment.