diff options
Diffstat (limited to '.config/tridactyl/tridactylrc')
| -rw-r--r-- | .config/tridactyl/tridactylrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/tridactyl/tridactylrc b/.config/tridactyl/tridactylrc index 5ea41a0..ecbf515 100644 --- a/.config/tridactyl/tridactylrc +++ b/.config/tridactyl/tridactylrc @@ -26,6 +26,9 @@ bind <Space>ts fillcmdline tabopen -c shop bind <space>s fillcmdline tabopen search bind <space>n fillcmdline nativeopen +bind <C-o> back +bind <C-i> forward + bind / fillcmdline find bind n findnext 1 bind N findnext -1 |