From f81083f3b79d3cd782cd7ee55cd209433081ba57 Mon Sep 17 00:00:00 2001 From: Ian Keane Date: Mon, 20 Jan 2020 15:48:48 -0500 Subject: [PATCH] bashrc --- bash/.bashrc | 2 ++ vim/.vim/bindings.md | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 vim/.vim/bindings.md 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