cd71b178d289
More.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 15 Aug 2011 16:56:51 -0400 |
parents | 6762e87e9ee0 |
children | 71f41dacf190 |
branches/tags | (none) |
files | dotjs/youtube.com.js vim/.vimrc |
Changes
--- a/dotjs/youtube.com.js Fri Aug 12 15:50:08 2011 -0400 +++ b/dotjs/youtube.com.js Mon Aug 15 16:56:51 2011 -0400 @@ -1,2 +1,2 @@ -$('#comments-view').remove(); +//$('#comments-view').remove(); $('#ticker').remove();
--- a/vim/.vimrc Fri Aug 12 15:50:08 2011 -0400 +++ b/vim/.vimrc Mon Aug 15 16:56:51 2011 -0400 @@ -271,6 +271,7 @@ au BufNewFile,BufRead Slimv.REPL.clj setlocal winfixwidth au BufNewFile,BufRead Slimv.REPL.clj setlocal nowrap +au BufNewFile,BufRead Slimv.REPL.clj normal! zR " }}} " Confluence {{{ @@ -577,6 +578,11 @@ onoremap <silent> <Leader>T :call EasyMotionT(0, 1)<CR> " }}} +" Golden Ratio {{{ + +nnoremap <leader>G <Plug>(golden_ratio_resize) + +" }}} " Gundo {{{ nnoremap <F5> :GundoToggle<CR>