Update 2022-12-19 09:51 OpenBSD/amd64
This commit is contained in:
parent
2ed3dbb6d7
commit
2c47405cd2
2
.kshrc
2
.kshrc
@ -73,7 +73,7 @@ PAGER="less"
|
||||
export EDITOR VISUAL BROWSER TUIR_BROWSER PAGER
|
||||
|
||||
### NNN
|
||||
NNN_OPTS="cErxAJ"
|
||||
NNN_OPTS="cErxAJBR"
|
||||
NNN_OPENER="nnn.sh"
|
||||
NNN_FIFO=/tmp/nnn.fifo
|
||||
NNN_PLUG='o:-!mpv "$nnn";x:-!sh -x "$nnn";i:imgview;p:-!pdfarranger "$nnn" > /dev/null 2>&1 &'
|
||||
|
@ -24,6 +24,8 @@ set spelllang=de,en
|
||||
set re=1
|
||||
let mapleader = ","
|
||||
|
||||
set formatprg=par\ -w72qie
|
||||
|
||||
" * and # are only highlighting
|
||||
" n searches in the direction of * or #
|
||||
nnoremap * *``
|
||||
@ -231,7 +233,7 @@ function MyMake()
|
||||
if filereadable("Makefile")
|
||||
:w! | !make
|
||||
else
|
||||
:w! | !cc -o %:p:r -lsndio %:p
|
||||
:w! | !cc -Wall -g -O0 -o %:p:r -lsndio %:p
|
||||
endif
|
||||
endfunction
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user