From 3499035ca4403811149ae729ab80be95bac19e66 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Mon, 15 Apr 2019 01:57:22 -0400 Subject: [PATCH] Added Tridactyl config --- tridactyl/tridactyl | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tridactyl/tridactyl diff --git a/tridactyl/tridactyl b/tridactyl/tridactyl new file mode 100644 index 0000000..8550926 --- /dev/null +++ b/tridactyl/tridactyl @@ -0,0 +1,23 @@ +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +" Keybinds + +" Toggle expand/collapse for comments. +bind ;c hint -c [class*="expand"],[class="togg"] + +" match vimperators back function. +command ba back + +" use h/l to cycle though tabs. +bind h tabprev +bind l tabnext + +" Better find. +unbind +bind / fillcmdline find +bind ? fillcmdline find -? +bind n findnext 1 +bind N findnext -1 +bind , nohlsearch + +" This will have to do until someone writes us a nice syntax file :) +" vim: set filetype=vim: