diff options
-rw-r--r-- | Xdefaults | 3 | ||||
-rw-r--r-- | vimrc | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -5,6 +5,5 @@ URxvt*background: #000000 URxvt*font: xft:Monospace:size=10 URxvt*searchable-scrollback: CM-s -URxvt*geometry: 80x24 URxvt*scrollBar: false -URxvt*saveLines: 50000 +URxvt*saveLines: 10000 @@ -24,5 +24,8 @@ set ignorecase set incsearch set nohlsearch +set foldenable + autocmd FileType haml setlocal expandtab tabstop=2 shiftwidth=2 autocmd FileType ruby setlocal expandtab tabstop=2 shiftwidth=2 textwidth=79 +autocmd FileType sh setlocal expandtab |