diff options
| author | Amin Bandali <mab@gnu.org> | 2019-07-09 17:00:26 -0400 | 
|---|---|---|
| committer | Amin Bandali <mab@gnu.org> | 2019-07-09 17:00:26 -0400 | 
| commit | 272049cf0f03a05e6133068be574e5aa2c737c03 (patch) | |
| tree | 36ac1b0edb833c3669d75fedc17dbe9266f86c07 /.config/tridactyl/tridactylrc | |
| parent | 3f6f18c591daaf9a25230aeca7bcc5ef3b52cbdd (diff) | |
| download | configs-272049cf0f03a05e6133068be574e5aa2c737c03.tar.gz configs-272049cf0f03a05e6133068be574e5aa2c737c03.tar.xz configs-272049cf0f03a05e6133068be574e5aa2c737c03.zip | |
tridactyl: set new config option urlparenttrailingslash to false
Diffstat (limited to '')
| -rw-r--r-- | .config/tridactyl/tridactylrc | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/.config/tridactyl/tridactylrc b/.config/tridactyl/tridactylrc index 49bcde9..bc71d77 100644 --- a/.config/tridactyl/tridactylrc +++ b/.config/tridactyl/tridactylrc @@ -33,8 +33,10 @@ unbind <C-f>  set hintfiltermode vimperator-reflow  set hintnames numeric +set urlparenttrailingslash false  set browser iceweasel +" set newtab https://shemshak.org/~amin/  seturl warrior.uwaterloo.ca noiframe true | 
