Skip to content

Commit

Permalink
quite the improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpasmantier committed Sep 29, 2024
1 parent 27e23a4 commit e1e657a
Show file tree
Hide file tree
Showing 13 changed files with 1,189 additions and 177 deletions.
5 changes: 5 additions & 0 deletions .config/config.json5
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"<ctrl-right>": "GoToPaneRight", // Move to the pane to the right
"<ctrl-n>": "SelectNextEntry", // Move to the next entry
"<ctrl-p>": "SelectPrevEntry", // Move to the previous entry
"ctrl-down": "ScrollPreviewDown", // Scroll the preview down
"ctrl-up": "ScrollPreviewUp", // Scroll the preview up
"<ctrl-d>": "ScrollPreviewHalfPageDown", // Scroll the preview half a page down
"<ctrl-u>": "ScrollPreviewHalfPageUp", // Scroll the preview half a page up

},
}
}
Loading

0 comments on commit e1e657a

Please sign in to comment.