diff options
Diffstat (limited to '')
-rw-r--r-- | .tridactylrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.tridactylrc b/.tridactylrc index 3078f78..601c8e4 100644 --- a/.tridactylrc +++ b/.tridactylrc @@ -6,6 +6,8 @@ completionfuzziness 1 " bind tp tabmove -1 " bind tn tabmove +1 +bind <C-k> tabnext +bind <C-j> tabprev seturl duolingo.com superignore true seturl localhost:8889 superignore true |