aboutsummaryrefslogtreecommitdiff
path: root/modules/firefox.home/tridactyl/tridactylrc
blob: 2fe707508d88f8e21b4d9c3a577fcd3556b55854 (plain) (blame)
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
colorscheme phenax

set hintnames numeric
set hintfiltermode vimperator-reflow
set editorcmd sensible-terminal -e nvim
set newtab about:blank
set viewsource default
set browsermaps { "<C-,>": "escapehatch", "<C-6>": "noh" }

" Unbind default keys
unbind d
unbind D
unbind <C-j>
unbind <C-k>
unbind t
unbind tt
unbind T
unbind J
unbind K

bind o fillcmdline tabopen
bind O fillcmdline open
bind p clipboard tabopen
bind P clipboard open

bind --mode=normal J scrollpx 0 200
bind --mode=normal K scrollpx 0 -200