Răsfoiți Sursa

Merge branch 'master' of github.com:cinaeco/dotFiles

cinaeco 14 ani în urmă
părinte
comite
9807570bb8
2 a modificat fișierele cu 6 adăugiri și 1 ștergeri
  1. 5 1
      vim/vimrc
  2. 1 0
      zsh/zshrc

+ 5 - 1
vim/vimrc

@@ -11,6 +11,10 @@ call pathogen#infect()
 set nocompatible "Don't have to try to be compatible with old vi
 set autoread "Read a file if it's changed from outside of vim
 
+if version >= 700
+    set mouse=a "mouse support for 7.x
+endif 
+
 " Source the vimrc file after saving it
 autocmd! bufwritepost .vimrc source $MYVIMRC
 
@@ -19,7 +23,7 @@ autocmd! bufwritepost .vimrc source $MYVIMRC
 "" Formatting
 """"""""""""""""""""""""""""""""""""""""""""""""""""""
 
-set tabstop=4 "actual tab presses
+set tabstop=4 "actual tab press distance
 set shiftwidth=4 "for autoindent
 set softtabstop=4 " let backspace delete indent
 set expandtab "change to single spaces

+ 1 - 0
zsh/zshrc

@@ -200,3 +200,4 @@ alias danshui='ssh weiyi@danshui'
 alias elrond='ssh weiyi@elrond'
 alias samwise='ssh weiyi@samwise'
 alias tfine='ssh cinaeco@tfine'
+alias blackomelette='ssh cinaeco@10.0.1.1'