diff options
author | terminaldweller <thabogre@gmail.com> | 2022-11-23 08:45:51 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-11-23 08:45:51 +0000 |
commit | 7bcd7a5b12c428dcb6e60a94ff315a9e39511d13 (patch) | |
tree | 9493b9d7886f8d32d7575bb3d55ca43599b1e2e8 /.tridactylrc | |
parent | tsocks and zsh prompt update (diff) | |
download | scripts-7bcd7a5b12c428dcb6e60a94ff315a9e39511d13.tar.gz scripts-7bcd7a5b12c428dcb6e60a94ff315a9e39511d13.zip |
update
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 |