# HG changeset patch # User Steve Losh # Date 1313441811 14400 # Node ID cd71b178d2892a4a66cd7fe111abf90cb8a50915 # Parent 6762e87e9ee054fedd8425642e50d66d4ef1deda More. diff -r 6762e87e9ee0 -r cd71b178d289 dotjs/youtube.com.js --- 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(); diff -r 6762e87e9ee0 -r cd71b178d289 vim/.vimrc --- 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 T :call EasyMotionT(0, 1) " }}} +" Golden Ratio {{{ + +nnoremap G (golden_ratio_resize) + +" }}} " Gundo {{{ nnoremap :GundoToggle