mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-23 07:39:36 +01:00
Add smoothscrool to tridactyl config
This commit is contained in:
parent
a80154bb2d
commit
1bfcc5b611
@ -1,10 +1,7 @@
|
|||||||
" General Settings
|
" General Settings
|
||||||
set update.lastchecktime 1647585997410
|
set update.lastchecktime 1648676458956
|
||||||
set configversion 2.0
|
set configversion 2.0
|
||||||
|
set smoothscroll true
|
||||||
" Aliases
|
|
||||||
alias git_clone js "git clone " + document.location.href.split('#')[0].split('/').slice(0, 5).join('/') + " ;cd " + document.location.href.split('#')[0].split('/').at(4)
|
|
||||||
alias git_clone_ssh js "git clone " + document.location.href.split('#')[0].split('/').slice(0, 5).join('/').replace(/https?:\/\//,"git@").replace("/",":").replace(/$/,".git") + " ;cd " + document.location.href.split('#')[0].split('/').at(4)
|
|
||||||
|
|
||||||
" Binds
|
" Binds
|
||||||
bind j scrollline 5
|
bind j scrollline 5
|
||||||
@ -36,6 +33,10 @@ seturl overleaf.com allowautofocus true
|
|||||||
seturl .*/.*\.ipynb allowautofocus true
|
seturl .*/.*\.ipynb allowautofocus true
|
||||||
seturl nitrotype.com allowautofocus true
|
seturl nitrotype.com allowautofocus true
|
||||||
|
|
||||||
|
" Aliases
|
||||||
|
alias git_clone js "git clone " + document.location.href.split('#')[0].split('/').slice(0, 5).join('/') + " ;cd " + document.location.href.split('#')[0].split('/').at(4)
|
||||||
|
alias git_clone_ssh js "git clone " + document.location.href.split('#')[0].split('/').slice(0, 5).join('/').replace(/https?:\/\//,"git@").replace("/",":").replace(/$/,".git") + " ;cd " + document.location.href.split('#')[0].split('/').at(4)
|
||||||
|
|
||||||
" Autocmds
|
" Autocmds
|
||||||
autocmd DocStart monkeytype.com mode ignore
|
autocmd DocStart monkeytype.com mode ignore
|
||||||
autocmd DocStart overleaf.com mode ignore
|
autocmd DocStart overleaf.com mode ignore
|
||||||
|
Loading…
Reference in New Issue
Block a user