diff --git a/bash/.bashrc b/bash/.bashrc index 80f6dd6..7694891 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -4,7 +4,9 @@ [[ $- != *i* ]] && return alias ls='ls --color=auto' +alias vlime='sbcl --load ~/.vim/plugins/vlime/lisp/start-vlime.lisp' PS1='[\u@\h \W]\$ ' export DISPLAY=:0 export LIBGL_ALWAYS_INDIRECT=1 +export FZF_DEFAULT_COMMAD="find -L" diff --git a/vim/.vim/bindings.md b/vim/.vim/bindings.md new file mode 100644 index 0000000..33c7852 --- /dev/null +++ b/vim/.vim/bindings.md @@ -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