Slow down scroll
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user