7004f9ab85b4
Merge.
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Tue, 01 May 2012 11:06:18 -0400 | 
| parents | 8f241cb010bd (current diff) 51c3e81530ad (diff) | 
| children | 119223f86582 | 
| branches/tags | (none) | 
| files | vim/vimrc | 
Changes
--- a/tmux/tmux.conf Tue May 01 11:05:42 2012 -0400 +++ b/tmux/tmux.conf Tue May 01 11:06:18 2012 -0400 @@ -99,6 +99,8 @@ unbind [ unbind p bind p paste-buffer +bind -t vi-copy H start-of-line +bind -t vi-copy L end-of-line bind -t vi-copy v begin-selection bind -t vi-copy y copy-selection bind -t vi-copy Escape cancel
--- a/vim/custom-dictionary.utf-8.add Tue May 01 11:05:42 2012 -0400 +++ b/vim/custom-dictionary.utf-8.add Tue May 01 11:06:18 2012 -0400 @@ -7,6 +7,7 @@ Django Solr Losh +autogenerated Clojure offlineimap weechat
--- a/vim/vimrc Tue May 01 11:05:42 2012 -0400 +++ b/vim/vimrc Tue May 01 11:06:18 2012 -0400 @@ -283,7 +283,10 @@ nnoremap Vaa ggVG " Change case -inoremap <C-u> <esc>gUiwea +inoremap <C-u> <esc>mzgUiw`za + +" Panic Button +nnoremap <f9> mzggg?G`z " Emacs bindings in command line mode cnoremap <c-a> <home>