File tree 2 files changed +15
-12
lines changed
2 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ https://github.com/vim-scripts/css_color.vim.git
11
11
https://github.com/vim-scripts/phpcomplete.vim.git
12
12
https://github.com/vim-scripts/xmledit.git
13
13
#https://github.com/vim-scripts/sessionman.vim.git
14
- https://github.com/vim-scripts/tComment.git
14
+ # https://github.com/vim-scripts/tComment.git
15
15
#https://github.com/vim-scripts/The-NERD-Commenter.git
16
16
#https://github.com/vim-scripts/YankRing.vim.git
17
17
https://github.com/vim-scripts/SuperTab-continued..git
18
18
https://github.com/vim-scripts/PDV-revised.git
19
19
https://github.com/vim-scripts/phpunit.git
20
20
https://github.com/vim-scripts/Tagbar.git
21
21
#https://github.com/tpope/vim-commentary.git
22
- # https://github.com/kien/ctrlp.vim.git
22
+ https://github.com/kien/ctrlp.vim.git
23
23
https://github.com/widox/vim-buffer-explorer-plugin.git
24
24
https://github.com/zeis/vim-kolor.git
Original file line number Diff line number Diff line change @@ -147,6 +147,9 @@ map <leader>W :%s/\r/\r/g<CR>
147
147
" save quicker
148
148
map W :w<CR>
149
149
150
+ " Toggle hidden characaters
151
+ nnoremap <leader> h :set list!<cr>
152
+
150
153
let g: EnhCommentifyRespectIndent = ' Yes'
151
154
152
155
" Shortcuts for dealing with splits easier {{{
@@ -194,8 +197,8 @@ autocmd FileType php set omnifunc=phpcomplete#CompletePHP
194
197
imap <C-space> <C-x><C-o>
195
198
" }}}
196
199
197
- " set complete=""
198
200
set complete += .
201
+ set complete += w
199
202
set complete += k
200
203
set complete += b
201
204
set complete += t
@@ -213,15 +216,15 @@ noremap <silent> <c-s-tab> :tabp <cr>
213
216
noremap <silent> <c-t> :tabnew<cr>
214
217
215
218
" 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
225
228
226
229
" blowout trailing whitespaces,
227
230
" they make baby jesus cry
You can’t perform that action at this time.
0 commit comments