Compare commits
4 Commits
8064928ba4
...
c6e19f8633
| Author | SHA1 | Date |
|---|---|---|
|
|
c6e19f8633 | 2 months ago |
|
|
f0f6f560c6 | 2 months ago |
|
|
8fc1c62462 | 3 months ago |
|
|
13a20f7783 | 3 months ago |
8 changed files with 110 additions and 9 deletions
@ -0,0 +1,24 @@ |
|||||||
|
" General Settings |
||||||
|
set update.lastchecktime 1755245204669 |
||||||
|
set update.nag true |
||||||
|
set update.nagwait 7 |
||||||
|
set update.lastnaggedversion 1.14.0 |
||||||
|
set update.checkintervalsecs 86400 |
||||||
|
set configversion 2.0 |
||||||
|
set editorcmd '/opt/homebrew/bin/emacsclient' |
||||||
|
set smoothscroll true |
||||||
|
|
||||||
|
|
||||||
|
blacklistadd https://www.youtube.com/ |
||||||
|
|
||||||
|
" tip from https://github.com/tridactyl/tridactyl/issues/1559 |
||||||
|
seturl youtube.com modeindicator false |
||||||
|
|
||||||
|
" vim bind u back |
||||||
|
" vim bind U undo |
||||||
|
" vim bind Y clipboard yank |
||||||
|
" vim u |
||||||
|
" nbind <c-f> |
||||||
|
|
||||||
|
" For syntax highlighting see https://github.com/tridactyl/vim-tridactyl |
||||||
|
" vim: set filetype=tridactyl |
||||||
Loading…
Reference in new issue