-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtridactylrc
29 lines (21 loc) · 882 Bytes
/
tridactylrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
" wipes all existing settings, this file serves as single point of truth
sanitize tridactyllocal tridactylsync
" Just use a blank page for new tab
set newtab about:blank
" Ctrl-F should use the browser's native 'find' functionality.
unbind <C-f>
" The default jump of 10 is a bit much.
bind j scrollline 5
bind k scrollline -5
" switch default J and K behavior.
bind J tabnext
bind K tabprev
" Sometimes the status bar in the bottom left corner overlaps the Tridactyl
" command line, so set an option to move the status bar to the right.
guiset_quiet hoverlink right
" Hint toggle hint mode for HN, Lobste.rs
bind ;c hint -Jc [class*="expand"],[class*="togg"],[class="comment_folder"]
" Nord colorscheme
colourscheme --url https://raw.githubusercontent.com/bezmi/base16-tridactyl/master/base16-nord.css nord
" disable for some sites
autocmd DocStart rss.lua.one mode ignore