Mercurial > dotfiles
comparison vim/vimrc @ 55:a7932e0fa961
Enable lawrencium debugging.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 08 Dec 2011 12:29:57 -0800 |
parents | 966df1f863be |
children | 6df571869f4a |
comparison
equal
deleted
inserted
replaced
54:8021bd1438f6 | 55:a7932e0fa961 |
---|---|
204 endif | 204 endif |
205 endfunction | 205 endfunction |
206 | 206 |
207 " }}} | 207 " }}} |
208 | 208 |
209 " Temporary stuff | 209 " Temporary stuff {{{ |
210 | |
211 " Enable debugging Lawrencium | |
212 let g:lawrencium_debug = 1 | |
213 let g:lawrencium_trace = 1 | |
214 | |
215 " }}} | |
216 | |
210 "let mapleader="," " Use , as Leader | 217 "let mapleader="," " Use , as Leader |
211 "let gmapleader="," | 218 "let gmapleader="," |
212 "map Y y$ " Yank to the end of the line w/ Y | 219 "map Y y$ " Yank to the end of the line w/ Y |
213 "map <leader>nt :tabnew<CR> " New tab w/ ,nt | 220 "map <leader>nt :tabnew<CR> " New tab w/ ,nt |
214 "map <leader>f :FufFile<CR> " Find files with ,f | 221 "map <leader>f :FufFile<CR> " Find files with ,f |