Slow down scroll
This commit is contained in:
@@ -62,11 +62,16 @@ label=SOL
|
||||
TICKER=SOLUSD
|
||||
interval=30
|
||||
|
||||
[dexscreener]
|
||||
label=GOAT
|
||||
CHAIN=solana
|
||||
PAIR=9Tb2ohu5P16BpBarqd3N27WnkF51Ukfs8Z1GzzLDxVZW
|
||||
interval=15
|
||||
#[kraken]
|
||||
#label=APE
|
||||
#TICKER=APEUSD
|
||||
#interval=30
|
||||
|
||||
#[dexscreener]
|
||||
#label=GOAT
|
||||
#CHAIN=solana
|
||||
#PAIR=9Tb2ohu5P16BpBarqd3N27WnkF51Ukfs8Z1GzzLDxVZW
|
||||
#interval=15
|
||||
|
||||
[dexscreener]
|
||||
label=LOCK
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
".*"
|
||||
/* None, Up, Button4, 3 */
|
||||
/* None, Down, Button5, 3 */
|
||||
None, Up, Button4, 1
|
||||
None, Down, Button5, 1
|
||||
None, Up, Button4, .5
|
||||
None, Down, Button5, .5
|
||||
|
||||
@@ -450,7 +450,7 @@ nnoremap <leader>m :vert Man
|
||||
" apply normal command to selection
|
||||
vnoremap <leader>n q:anorm
|
||||
" 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>
|
||||
" check if in neovim
|
||||
nnoremap <leader>nv :echo has('nvim')<CR>
|
||||
|
||||
Reference in New Issue
Block a user