Slow down scroll

This commit is contained in:
2024-11-02 07:51:24 -04:00
parent adf0cb89b9
commit 072980eaf1
3 changed files with 13 additions and 8 deletions

View File

@@ -62,11 +62,16 @@ label=SOL
TICKER=SOLUSD TICKER=SOLUSD
interval=30 interval=30
[dexscreener] #[kraken]
label=GOAT #label=APE
CHAIN=solana #TICKER=APEUSD
PAIR=9Tb2ohu5P16BpBarqd3N27WnkF51Ukfs8Z1GzzLDxVZW #interval=30
interval=15
#[dexscreener]
#label=GOAT
#CHAIN=solana
#PAIR=9Tb2ohu5P16BpBarqd3N27WnkF51Ukfs8Z1GzzLDxVZW
#interval=15
[dexscreener] [dexscreener]
label=LOCK label=LOCK

View File

@@ -1,5 +1,5 @@
".*" ".*"
/* None, Up, Button4, 3 */ /* None, Up, Button4, 3 */
/* None, Down, Button5, 3 */ /* None, Down, Button5, 3 */
None, Up, Button4, 1 None, Up, Button4, .5
None, Down, Button5, 1 None, Down, Button5, .5

View File

@@ -450,7 +450,7 @@ nnoremap <leader>m :vert Man
" apply normal command to selection " apply normal command to selection
vnoremap <leader>n q:anorm vnoremap <leader>n q:anorm
" turn off autoformat" " turn off autoformat"
nnoremap <leader>na :set spell spelllang=en_us formatoptions=cjMqtvw<CR> " nnoremap <leader>na :set spell spelllang=en_us formatoptions=cjMqtvw<CR>
nnoremap <leader>nt :NERDTree<CR> nnoremap <leader>nt :NERDTree<CR>
" check if in neovim " check if in neovim
nnoremap <leader>nv :echo has('nvim')<CR> nnoremap <leader>nv :echo has('nvim')<CR>