ee8dcdb837ba

moar
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 03 Jul 2012 09:46:29 -0400
parents f4e1ad16d07b
children 103cee398cc5
branches/tags (none)
files .hgsubstate gitconfig moom/com.manytricks.Moom.plist vim/vimrc

Changes

--- a/.hgsubstate	Wed Jun 27 10:21:44 2012 -0400
+++ b/.hgsubstate	Tue Jul 03 09:46:29 2012 -0400
@@ -20,7 +20,7 @@
 2cb0fc78fb4c7a1db5f51c042a447cc50f09983d vim/bundle/nerdtree
 b7889db57c90824ff5092da4fdde9e05689f24fa vim/bundle/nosecompiler
 f45b4529dd282393f2e08306ae161d77de0051a0 vim/bundle/orgmode
-c4b72c5be57b165bb6a89d0b8a974fe62c0091d0 vim/bundle/powerline
+7f53b5c3919bde9a4259d0c725d453ef2337a4ed vim/bundle/powerline
 9f976bb5754fd1252198fd1d8da4508a1a612ef6 vim/bundle/python-mode
 f060c485ee2631430ba19634e4a1c4d593065211 vim/bundle/salt
 56be22abf7df85a1fe21c4ec77ce0e04d696ef8a vim/bundle/slimv
--- a/gitconfig	Wed Jun 27 10:21:44 2012 -0400
+++ b/gitconfig	Tue Jul 03 09:46:29 2012 -0400
@@ -12,6 +12,7 @@
     branches = branch -a
     remotes = remote -v
 
+    ; make-the-fucking-branch-point-at-this-fucking-commit = !sh -c "git checkout $1 && git reset --hard $2" -
     root = rev-parse --show-toplevel
 
     graft = cherry-pick -x
Binary file moom/com.manytricks.Moom.plist has changed
--- a/vim/vimrc	Wed Jun 27 10:21:44 2012 -0400
+++ b/vim/vimrc	Tue Jul 03 09:46:29 2012 -0400
@@ -227,6 +227,11 @@
 " Toggle line numbers
 nnoremap <leader>n :setlocal number!<cr>
 
+" Front and center
+" Use :sus for the rare times I want to actually background Vim.
+nnoremap <c-z> zvzz
+vnoremap <c-z> <esc>zv`<ztgv
+
 " Unfuck my screen
 nnoremap <leader>u :syntax sync fromstart<cr>:redraw!<cr>
 
@@ -379,7 +384,7 @@
 " }}}
 
 " }}}
-" Quick editing {{{
+" Quick editing ----------------------------------------------------------- {{{
 
 nnoremap <leader>ev :vsplit $MYVIMRC<cr>
 nnoremap <leader>ef :vsplit ~/.config/fish/config.fish<cr>