diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 5612d2b..b16bcb8 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: |