Add some configs

This commit is contained in:
toochill 2023-08-23 02:29:48 +07:00
parent ea96f8e089
commit 3d8736b659
8 changed files with 56 additions and 0 deletions

18
.bombadillo.ini Normal file
View File

@ -0,0 +1,18 @@
[SETTINGS]
defaultscheme=gemini
geminiblocks=block
showimages=true
telnetcommand=telnet
theme=color
maxwidth=100
savelocation=/home/toochill/Downloads/bombadillo
homeurl=local:///usr/share/doc/bombadillo/user-guide.txt
searchengine=gemini://geminispace.info/search
timeout=15
webmode=w3m
configlocation=/home/toochill/.config
[BOOKMARKS]
pub.midnight=gemini://midnight.pub:1965/
[CERTS]
midnight.pub=F9:4A:A1:26:E7:DE:39:A5:39:F4:C6:8E:52:48:F7:D3:DF:A4:AF:2D|1702589949

14
.config/newsboat/config Normal file
View File

@ -0,0 +1,14 @@
datetime-format "%Y-%b-%d %T"
bind-key j down feedlist
bind-key k up feedlist
bind-key j next articlelist
bind-key k prev articlelist
bind-key J next-feed articlelist
bind-key K prev-feed articlelist
bind-key j down article
bind-key k up article
bind-key g home article
bind-key G end article
bind-key ^D pagedown article
bind-key ^U pageup article
bind-key ^S toggle-source-view article

4
.vim/ftplugin/c.vim Normal file
View File

@ -0,0 +1,4 @@
setlocal sts=4 sw=4 tw=80 et
setlocal rnu
setlocal ruler
setlocal keywordprg="man"

1
.vim/ftplugin/css.vim Normal file
View File

@ -0,0 +1 @@
setlocal sts=2 sw=2 et

1
.vim/ftplugin/html.vim Normal file
View File

@ -0,0 +1 @@
setlocal sts=2 sw=2 et

1
.vim/ftplugin/sh.vim Normal file
View File

@ -0,0 +1 @@
setlocal sts=2 sw=2 et

2
.vim/ftplugin/vim.vim Normal file
View File

@ -0,0 +1,2 @@
setlocal ts=2 sw=2 et
setlocal keywordprg=":help"

15
.vim/vimrc Normal file
View File

@ -0,0 +1,15 @@
source $VIMRUNTIME/defaults.vim
command OConf edit $MYVIMRC
set termguicolors
set background=dark
" https://github.com/gruvbox-community/gruvbox
colorscheme gruvbox
set scrolloff=3
set hlsearch
set linebreak
set laststatus=2
set statusline=%<%f\ \ %m%r%w%y%q%=%l,%c%V\ \ \ \ \ \ \ \ %P