diff options
Diffstat (limited to '')
-rw-r--r-- | home-manager/soispha/config/tridactyl/config.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home-manager/soispha/config/tridactyl/config.vim b/home-manager/soispha/config/tridactyl/config.vim index 270d8bf8..b6ffd151 100644 --- a/home-manager/soispha/config/tridactyl/config.vim +++ b/home-manager/soispha/config/tridactyl/config.vim @@ -10,6 +10,9 @@ sanitize tridactyllocal tridactylsync "TODO use custome file "set newtab file:///home/soispha/new.html +" Set a nice colorscheme +colorscheme midnight + " Delete temp files after use alias editor_rm composite editor | jsb -p tri.native.run(`rm -f '${JS_ARG[0]}'`) bind --mode=insert <C-i> editor_rm |