Skip to content

Commit

Permalink
Use the same symbols as TextMate for tabstops and EOLs
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Jun 17, 2010
1 parent ef5396e commit fa7eb22
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions vimrc
Expand Up @@ -61,15 +61,9 @@ map <leader>tf :tabfirst<cr>
map <leader>tl :tablast<cr>
map <leader>tm :tabmove
" Uncomment to use Jamis Buck's file opening plugin
"map <Leader>t :FuzzyFinderTextMate<Enter>

" Controversial...swap colon and semicolon for easier commands
"nnoremap ; :
"nnoremap : ;

"vnoremap ; :
"vnoremap : ;
" Use the same symbols as TextMate for tabstops and EOLs
set listchars=tab:▸\ ,eol
set list

" Automatic fold settings for specific files. Uncomment to use.
" autocmd FileType ruby set foldmethod=syntax
Expand Down

0 comments on commit fa7eb22

Please sign in to comment.