Skip to content

Commit 764933f

Browse files
committed
Whitespace cleanup; back to ctrlp; toggle ws
1 parent d050b08 commit 764933f

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

bundle_list

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ https://github.com/vim-scripts/css_color.vim.git
1111
https://github.com/vim-scripts/phpcomplete.vim.git
1212
https://github.com/vim-scripts/xmledit.git
1313
#https://github.com/vim-scripts/sessionman.vim.git
14-
https://github.com/vim-scripts/tComment.git
14+
#https://github.com/vim-scripts/tComment.git
1515
#https://github.com/vim-scripts/The-NERD-Commenter.git
1616
#https://github.com/vim-scripts/YankRing.vim.git
1717
https://github.com/vim-scripts/SuperTab-continued..git
1818
https://github.com/vim-scripts/PDV-revised.git
1919
https://github.com/vim-scripts/phpunit.git
2020
https://github.com/vim-scripts/Tagbar.git
2121
#https://github.com/tpope/vim-commentary.git
22-
#https://github.com/kien/ctrlp.vim.git
22+
https://github.com/kien/ctrlp.vim.git
2323
https://github.com/widox/vim-buffer-explorer-plugin.git
2424
https://github.com/zeis/vim-kolor.git

vimrc

+13-10
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ map <leader>W :%s/\r/\r/g<CR>
147147
" save quicker
148148
map W :w<CR>
149149
150+
" Toggle hidden characaters
151+
nnoremap <leader>h :set list!<cr>
152+
150153
let g:EnhCommentifyRespectIndent = 'Yes'
151154

152155
" Shortcuts for dealing with splits easier {{{
@@ -194,8 +197,8 @@ autocmd FileType php set omnifunc=phpcomplete#CompletePHP
194197
imap <C-space> <C-x><C-o>
195198
"}}}
196199

197-
" set complete=""
198200
set complete+=.
201+
set complete+=w
199202
set complete+=k
200203
set complete+=b
201204
set complete+=t
@@ -213,15 +216,15 @@ noremap <silent> <c-s-tab> :tabp <cr>
213216
noremap <silent> <c-t> :tabnew<cr>
214217
215218
" Switching tabs with Alt-1,2,3 in gvim
216-
map <A-1> 1gt
217-
map <A-2> 2gt
218-
map <A-3> 3gt
219-
map <A-4> 4gt
220-
map <A-5> 5gt
221-
map <A-6> 6gt
222-
map <A-7> 7gt
223-
map <A-8> 8gt
224-
map <A-9> 9gt
219+
map <A-1> 1gt
220+
map <A-2> 2gt
221+
map <A-3> 3gt
222+
map <A-4> 4gt
223+
map <A-5> 5gt
224+
map <A-6> 6gt
225+
map <A-7> 7gt
226+
map <A-8> 8gt
227+
map <A-9> 9gt
225228
226229
" blowout trailing whitespaces,
227230
" they make baby jesus cry

0 commit comments

Comments
 (0)