Skip to content

Commit

Permalink
fix(config): update keybindings in config.json5
Browse files Browse the repository at this point in the history
Signed-off-by: Deep Panchal <deep302001@gmail.com>
  • Loading branch information
deepanchal committed Jul 5, 2024
1 parent f0a754a commit 3872604
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .config/config.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
"Book": {
"<q>": "Quit",
"<Ctrl-c>": "Quit",
"<Ctrl-z>": "Suspend",
// "<Ctrl-z>": "Suspend",
"<j>": "SelectNextBook",
"down": "SelectNextBook",
"<k>": "SelectPrevBook",
"up": "SelectPrevBook",
"<h>": "FocusPrev",
// "<h>": "FocusPrev",
"<l>": "FocusNext",
},
"Page": {
"<q>": "Quit",
"<Ctrl-c>": "Quit",
"<Ctrl-z>": "Suspend",
// "<Ctrl-z>": "Suspend",
"<j>": "SelectNextPage",
"down": "SelectNextPage",
"<k>": "SelectPrevPage",
"up": "SelectPrevPage",
"<h>": "FocusPrev",
"<l>": "FocusNext",
// "<l>": "FocusNext",
"<e>": "EditActivePage",
"<a>": "AddPageToActiveBook",
}
Expand Down

0 comments on commit 3872604

Please sign in to comment.