bashrc
This commit is contained in:
parent
5d91dbb667
commit
f81083f3b7
2 changed files with 24 additions and 0 deletions
|
|
@ -4,7 +4,9 @@
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
|
alias vlime='sbcl --load ~/.vim/plugins/vlime/lisp/start-vlime.lisp'
|
||||||
PS1='[\u@\h \W]\$ '
|
PS1='[\u@\h \W]\$ '
|
||||||
|
|
||||||
export DISPLAY=:0
|
export DISPLAY=:0
|
||||||
export LIBGL_ALWAYS_INDIRECT=1
|
export LIBGL_ALWAYS_INDIRECT=1
|
||||||
|
export FZF_DEFAULT_COMMAD="find -L"
|
||||||
|
|
|
||||||
22
vim/.vim/bindings.md
Normal file
22
vim/.vim/bindings.md
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
Vlime
|
||||||
|
-----
|
||||||
|
|
||||||
|
\cc
|
||||||
|
start connection
|
||||||
|
\cs
|
||||||
|
list connections
|
||||||
|
\cd
|
||||||
|
drop connection
|
||||||
|
\i interaction mode
|
||||||
|
enter to evalutate
|
||||||
|
\dda
|
||||||
|
show doc for function
|
||||||
|
\p
|
||||||
|
show package name
|
||||||
|
\xc
|
||||||
|
show xref
|
||||||
|
\of
|
||||||
|
compile file
|
||||||
|
|
||||||
|
|
||||||
|
TODO: make this folded notes, bind edit function
|
||||||
Loading…
Add table
Add a link
Reference in a new issue