aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc4
-rw-r--r--vimrc1
2 files changed, 4 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 715fd3d..21faff2 100644
--- a/bashrc
+++ b/bashrc
@@ -113,7 +113,9 @@ if ! shopt -oq posix; then
fi
fi
+shopt -s autocd
+
export GPGKEY="895134C5"
export PATH="$HOME/bin:$HOME/bin/perl6:$PATH"
export PENTADACTYL_RUNTIME="$HOME/.pentadactyl"
-
+export LD_LIBRARY_PATH=/usr/local/lib
diff --git a/vimrc b/vimrc
index ec08e1a..921284a 100644
--- a/vimrc
+++ b/vimrc
@@ -94,6 +94,7 @@ nnoremap <leader>m :.!qalc<Enter>
"Tab for escape
nnoremap <Tab> <Esc>
+nnoremap <S-Tab> ZZ
vnoremap <Tab> <Esc>gV
onoremap <Tab> <Esc>
inoremap <Tab> <Esc>`^