From abd085d1ed4ecb86a0fa1fa637f8dd88edbad026 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Sat, 21 Sep 2019 16:23:30 -0400 Subject: [PATCH] Added SmoothSrolling and Incremental Search --- tridactyl/tridactylrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tridactyl/tridactylrc b/tridactyl/tridactylrc index 1c0a7c4..3c0d985 100644 --- a/tridactyl/tridactylrc +++ b/tridactyl/tridactylrc @@ -25,6 +25,10 @@ bind , nohlsearch unbind ;r bind ;r composite hint -pipe * textContent | shellescape | exclaim_quiet ./scripts/speak + +set smoothscroll true +set incsearch true + colorscheme onedark " This will have to do until someone writes us a nice syntax file :) " vim: set filetype=vim: