aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 5612d2b..4ba77e6 100644
--- a/config.def.h
+++ b/config.def.h
@@ -52,6 +52,7 @@ typedef enum {
finder_next,
finder_prev,
newtab,
+ /*prettify,*/
hidebar
} func;
@@ -81,6 +82,7 @@ static struct {
{ CTRL, KEY(n), finder_next },
{ CTRL | SFT, KEY(N), finder_prev },
{ CTRL, KEY(t), newtab },
+ { CTRL, KEY(p), prettify },
{ 0x0, KEY(Escape), hidebar }
};
/* For controls more akin to normal browsers, use:
@@ -100,7 +102,9 @@ static struct {
{ CTRL, KEY(l), show_searchbar },
{ CTRL, KEY(f), show_finder },
{ CTRL, KEY(n), finder_next },
- { CTRL | SFT, KEY(N), finder_prev }
+ { CTRL | SFT, KEY(N), finder_prev },
+ { CTRL, KEY(p), prettify },
+
};
*/
/* Reference for the key shorthand: