various improvements

This commit is contained in:
2021-03-24 17:16:09 +01:00
parent 255d81f9cc
commit fed75ab9c2
6 changed files with 11 additions and 9 deletions

View File

@ -30,9 +30,10 @@ Plug 'rhysd/vim-grammarous'
call plug#end()
" Integrated spell-check
"set spell
" set spellang = en,de
" nnoremap <silent> <F11> :set spell!<cr>
" inoremap <silent> <F11> <C-O>:set spell!<cr>
nnoremap <silent> <F11> :set spell!<cr>
inoremap <silent> <F11> <C-O>:set spell!<cr>
set bg=light
set go=a

View File

@ -23,6 +23,7 @@ class Default(ColorScheme):
elif context.in_browser:
if context.selected:
attr = reverse
bg = black
else:
attr = normal
if context.empty or context.error:

View File

@ -14,8 +14,8 @@
"dht-enabled": true,
"download-dir": "/home/alex/dls",
"download-queue-enabled": true,
"download-queue-size": 5,
"encryption": 1,
"download-queue-size": 15,
"encryption": 2,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "/home/alex/dls",