✨ Update $EDITOR and .ideavim
This commit is contained in:
parent
2b725f2989
commit
cc37a1e5f1
2 changed files with 4 additions and 0 deletions
2
.ideavimrc
Normal file
2
.ideavimrc
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
let mapleader=" "
|
||||||
|
set easymotion
|
|
@ -9,3 +9,5 @@ export GID=$(id -g)
|
||||||
|
|
||||||
export PATH=$PATH:~/.local/bin:~/bin:
|
export PATH=$PATH:~/.local/bin:~/bin:
|
||||||
export PATH=$PATH:$(composer global config bin-dir --absolute -q)
|
export PATH=$PATH:$(composer global config bin-dir --absolute -q)
|
||||||
|
|
||||||
|
export EDITOR=xvim
|
||||||
|
|
Loading…
Reference in a new issue