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
|
export EDITOR VISUAL BROWSER TUIR_BROWSER PAGER
|
||||||
|
|
||||||
### NNN
|
### NNN
|
||||||
NNN_OPTS="cErxAJ"
|
NNN_OPTS="cErxAJBR"
|
||||||
NNN_OPENER="nnn.sh"
|
NNN_OPENER="nnn.sh"
|
||||||
NNN_FIFO=/tmp/nnn.fifo
|
NNN_FIFO=/tmp/nnn.fifo
|
||||||
NNN_PLUG='o:-!mpv "$nnn";x:-!sh -x "$nnn";i:imgview;p:-!pdfarranger "$nnn" > /dev/null 2>&1 &'
|
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
|
set re=1
|
||||||
let mapleader = ","
|
let mapleader = ","
|
||||||
|
|
||||||
|
set formatprg=par\ -w72qie
|
||||||
|
|
||||||
" * and # are only highlighting
|
" * and # are only highlighting
|
||||||
" n searches in the direction of * or #
|
" n searches in the direction of * or #
|
||||||
nnoremap * *``
|
nnoremap * *``
|
||||||
@ -231,7 +233,7 @@ function MyMake()
|
|||||||
if filereadable("Makefile")
|
if filereadable("Makefile")
|
||||||
:w! | !make
|
:w! | !make
|
||||||
else
|
else
|
||||||
:w! | !cc -o %:p:r -lsndio %:p
|
:w! | !cc -Wall -g -O0 -o %:p:r -lsndio %:p
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user