Skip to content

Commit

Permalink
Merge pull request #581 from noborus/add-hide-other-key
Browse files Browse the repository at this point in the history
Add hide_other key to ov.yaml and ov-less.yaml
  • Loading branch information
noborus authored Jun 26, 2024
2 parents c7a71f8 + 6a6410e commit 755a4f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ov-less.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ KeyBind:
section_start:
- "ctrl+F3"
- "alt+s"
section_header_num:
- "F7"
hide_other:
- "alt+-"
next_section:
- "space"
last_section:
Expand Down
2 changes: 2 additions & 0 deletions ov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ KeyBind:
- "alt+s"
section_header_num:
- "F7"
hide_other:
- "alt+-"
next_section:
- "space"
last_section:
Expand Down

0 comments on commit 755a4f7

Please sign in to comment.