Use helix as standard editor
This commit is contained in:
@@ -11,8 +11,8 @@ for part in ${_path[@]} ; do
|
|||||||
done
|
done
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
export EDITOR="nvim"
|
export EDITOR="hx"
|
||||||
export VISUAL="nvim"
|
export VISUAL="hx"
|
||||||
export BROWSER="firefox"
|
export BROWSER="firefox"
|
||||||
|
|
||||||
export PAGER="less"
|
export PAGER="less"
|
||||||
|
|||||||
@@ -188,7 +188,7 @@ journal() {
|
|||||||
if [[ ! -e $file ]] ; then
|
if [[ ! -e $file ]] ; then
|
||||||
cp $journaldir/template.md $file || return
|
cp $journaldir/template.md $file || return
|
||||||
fi
|
fi
|
||||||
vim +Goyo +PencilSoft $file
|
$EDITOR $file
|
||||||
}
|
}
|
||||||
|
|
||||||
syncfolder() {
|
syncfolder() {
|
||||||
|
|||||||
Reference in New Issue
Block a user