diff options
| author | 2015-05-01 13:49:04 +0200 | |
|---|---|---|
| committer | 2015-05-01 13:49:04 +0200 | |
| commit | c6890911b108899a655214a7e59261ef36531122 (patch) | |
| tree | 0a5e42105ddf8addbee55100132241c401381e03 /vim | |
| parent | 19a579dd6c1669c7fdb0e28681fa88a038619e2d (diff) | |
| download | dotfiles-c6890911b108899a655214a7e59261ef36531122.tar.gz dotfiles-c6890911b108899a655214a7e59261ef36531122.tar.bz2 dotfiles-c6890911b108899a655214a7e59261ef36531122.zip | |
Removed TERM environment var from bashrc
Diffstat (limited to 'vim')
| -rw-r--r-- | vim/.vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -43,3 +43,5 @@ noremap <Left> "" | |||
| 43 | noremap! <Left> <Esc> | 43 | noremap! <Left> <Esc> |
| 44 | noremap <Right> "" | 44 | noremap <Right> "" |
| 45 | noremap! <Right> <Esc> | 45 | noremap! <Right> <Esc> |
| 46 | |||
| 47 | " vim: set ts=8 sw=8 tw=78 noet : | ||
