various changes
modified: .config/coc/history.json modified: .config/gtk-2.0/gtkfilechooser.ini modified: .config/newsboat/config modified: .config/nvim/init.vim modified: .config/qutebrowser/autoconfig.yml modified: .config/qutebrowser/qsettings/QtProject.conf modified: .config/zsh/.zshrc modified: .local/bin/castscreen modified: .local/bin/dmenuvpn modified: .local/bin/statusbar/internet deleted: .local/bin/tools/bright modified: .local/bin/tools/ce modified: .local/bin/tools/hover modified: .local/bin/tools/ripper modified: .local/bin/tools/startmpv modified: .zprofile
This commit is contained in:
@ -20,6 +20,9 @@
|
||||
"%2Fhome%2Falex": [
|
||||
"kk",
|
||||
" "
|
||||
],
|
||||
"%2Fhome%2Falex%2Fdrv%2FDocuments%2Fencyclicals%2FleoXIII": [
|
||||
" "
|
||||
]
|
||||
}
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
LocationMode=path-bar
|
||||
ShowHidden=false
|
||||
ShowSizeColumn=true
|
||||
GeometryX=4035
|
||||
GeometryY=433
|
||||
GeometryX=0
|
||||
GeometryY=0
|
||||
GeometryWidth=990
|
||||
GeometryHeight=800
|
||||
SortColumn=modified
|
||||
|
@ -1,8 +1,9 @@
|
||||
#show-read-feeds no
|
||||
auto-reload yes
|
||||
|
||||
#external-url-viewer "urlscan -dc -r 'linkhandler {}'"
|
||||
#external-url-viewer "urlscan -dc -r 'dmenuhandler {}'"
|
||||
external-url-viewer "newsboat_urlscan {}"
|
||||
#external-url-viewer "urlscan -dn -r 'echo {} | newsboat_urlscan'
|
||||
|
||||
bind-key j down
|
||||
bind-key k up
|
||||
|
@ -26,8 +26,14 @@ Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||
Plug 'dense-analysis/ale'
|
||||
Plug 'arcticicestudio/nord-vim'
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'rhysd/vim-grammarous'
|
||||
call plug#end()
|
||||
|
||||
" Integrated spell-check
|
||||
" set spellang = en,de
|
||||
" nnoremap <silent> <F11> :set spell!<cr>
|
||||
" inoremap <silent> <F11> <C-O>:set spell!<cr>
|
||||
|
||||
set bg=light
|
||||
set go=a
|
||||
set mouse=a
|
||||
|
@ -24,8 +24,10 @@ settings:
|
||||
https://boards.4chan.org: true
|
||||
https://boards.4channel.org: true
|
||||
https://nobodyhasthe.biz: true
|
||||
https://old.reddit.com: false
|
||||
https://riot.im: true
|
||||
https://support.cloud.google.com: true
|
||||
https://www.duolingo.com: false
|
||||
https://www.reddit.com: false
|
||||
https://www.youtube.com: false
|
||||
content.register_protocol_handler:
|
||||
|
@ -1,6 +1,6 @@
|
||||
[FileDialog]
|
||||
history=file:///home/alex/eth/werkstatt, file:///home/alex/dox/orga/imma, file:///home/alex/dox/orga/sbk, file:///home/alex/eth/zsf, file:///home/alex, file:///home/alex/bks
|
||||
lastVisited=file:///home/alex/bks
|
||||
history=file:///home/alex/dox/encyclicals/piousX/1907-modernists, file:///home/alex/dox/encyclicals/piousXI/1937-sorge, file:///home/alex/eth/dynamics, file:///home/alex, file:///home/alex/dl
|
||||
lastVisited=file:///home/alex
|
||||
qtVersion=5.15.1
|
||||
shortcuts=file:, file:///home/alex
|
||||
sidebarWidth=82
|
||||
|
@ -4,7 +4,7 @@
|
||||
autoload -U colors && colors # Load colors
|
||||
export LC_ALL="en_US.UTF-8"
|
||||
|
||||
PROMPT="%{%B%}%(?.%{$fg[grey]%}◆.%{$fg[red]%}✖ %?)%{$fg[blue]%} %1~ %(?.%{$fg[grey]%}❯%{$fg[blue]%}❯%{$fg[white]%}❯.%{$fg[red]%}❯❯❯) %{%f%b%}"
|
||||
PROMPT="%{%B%}%(?.%{$fg[grey]%}◆.%{$fg[red]%}✖ %?)%{$fg[blue]%} %1~ %(?.%B%{$fg[grey]%}❯%{$fg[blue]%}❯%{$fg[white]%}❯.%{$fg[red]%}❯❯❯) %{%f%b%}"
|
||||
#PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "
|
||||
setopt autocd # Automatically cd into typed directory.
|
||||
stty stop undef # Disable ctrl-s to freeze terminal.
|
||||
@ -26,6 +26,9 @@ zmodload zsh/complist
|
||||
compinit
|
||||
_comp_options+=(globdots) # Include hidden files.
|
||||
|
||||
#does not return error if argument cannot be found as file, was annoying for URLs with '?'
|
||||
setopt NO_NOMATCH
|
||||
|
||||
# vi mode
|
||||
bindkey -v
|
||||
export KEYTIMEOUT=1
|
||||
|
Reference in New Issue
Block a user