aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-05-01 13:49:04 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-05-01 13:49:04 +0200
commitc6890911b108899a655214a7e59261ef36531122 (patch)
tree0a5e42105ddf8addbee55100132241c401381e03 /vim
parent19a579dd6c1669c7fdb0e28681fa88a038619e2d (diff)
downloaddotfiles-c6890911b108899a655214a7e59261ef36531122.tar.gz
dotfiles-c6890911b108899a655214a7e59261ef36531122.tar.bz2
dotfiles-c6890911b108899a655214a7e59261ef36531122.zip
Removed TERM environment var from bashrc
Diffstat (limited to 'vim')
-rw-r--r--vim/.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 2e30251..081ccc7 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -43,3 +43,5 @@ noremap <Left> ""
43noremap! <Left> <Esc> 43noremap! <Left> <Esc>
44noremap <Right> "" 44noremap <Right> ""
45noremap! <Right> <Esc> 45noremap! <Right> <Esc>
46
47" vim: set ts=8 sw=8 tw=78 noet :