diff options
| author | stkhan <personal@slickd.xyz> | 2022-04-23 16:21:04 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2022-04-23 16:21:04 -0500 |
| commit | ed7f420ff0f7fd71b0ed36ace22deb7f7c41e0e0 (patch) | |
| tree | 58ea990dc41ff1a6232bf57730c57fea7c02ab4a /surf | |
| parent | 2a5251ed90e0d58d95a43308d7dc7a91b50973cd (diff) | |
Fixed surf not going to link in history
Diffstat (limited to 'surf')
| -rw-r--r-- | surf/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/surf/config.h b/surf/config.h index 0244695..60c1bb0 100644 --- a/surf/config.h +++ b/surf/config.h @@ -147,7 +147,7 @@ static Key keys[] = { { MODKEY, GDK_KEY_g, spawn, SETPROP("_SURF_URI", "_SURF_GO", PROMPT_GO) }, { MODKEY, GDK_KEY_f, spawn, SETPROP("_SURF_FIND", "_SURF_FIND", PROMPT_FIND) }, { MODKEY, GDK_KEY_slash, spawn, SETPROP("_SURF_FIND", "_SURF_FIND", PROMPT_FIND) }, - { MODKEY, GDK_KEY_e, spawn, SETURI("__SURF_GO") }, + { MODKEY, GDK_KEY_e, spawn, SETURI("_SURF_GO") }, { MODKEY, GDK_KEY_s, spawn, SEARCH() }, { 0, GDK_KEY_Escape, stop, { 0 } }, |