Bo Jeanes
d0279cbe30
Extra mappings
2012-08-16 15:57:13 -05:00
Bodaniel Jeanes
dc996fc0e2
Add slimv
2012-03-28 10:36:44 -05:00
Bodaniel Jeanes
d1e5fa13e8
Hopefully fix stupid ttymouse problem in tmux
2012-03-28 09:19:38 -05:00
Bodaniel Jeanes
93af587ae0
Fix tabular patterns
2012-03-14 08:46:27 -05:00
Bodaniel Jeanes
5cd60526fb
Improve Tabularize alignments and move them out into explicit patterns
2012-03-14 00:20:55 -05:00
Bodaniel Jeanes
47fcab9a4b
Be explicit about filetypes in which to use kien/rainbow_parentheses.vim
...
rainbow_parentheses.vim breaks VimClojure syntax which VimClojure indent
relies on.
Since VimClojure has its own rainbow parentheses functionality, turn
that on and be explicit about rainbow_parentheses.vim filetypes to use
so we don't shotgun turn it on for all languages (such as clojure).
2012-03-14 00:20:55 -05:00
Bodaniel Jeanes
ba9d4477fe
Make sure deleting a line puts cursor back to beginning of line
2012-03-14 00:20:55 -05:00
Bodaniel Jeanes
b7d70a5340
Add some clojure love
2012-03-14 00:20:55 -05:00
Bodaniel Jeanes
547d3421d0
Upgrade vundle
2012-03-14 00:20:55 -05:00
Bodaniel Jeanes
04085befc1
Tmux zoom window
2012-03-06 14:50:43 -06:00
Bodaniel Jeanes
ebe5d8ffe6
Fix Tmux shell integration to not exit when tmux is not installed.
2012-03-01 16:41:25 -06:00
Bodaniel Jeanes
8d5387acff
Update vundle
2012-02-25 21:39:28 -06:00
Bodaniel Jeanes
28b34401d8
<silent> seems to be stopping this command from working?
2012-01-09 17:40:25 -06:00
Bodaniel Jeanes
bccdcdb1ff
cleanup
2012-01-09 17:40:10 -06:00
Bodaniel Jeanes
da5c36cd11
Replace vim-statline with vim-powerline
2012-01-09 17:40:00 -06:00
Bodaniel Jeanes
cb2497233c
misc
2012-01-09 17:38:48 -06:00
Bodaniel Jeanes
65624cf0a4
add TODO
2012-01-09 10:24:41 -06:00
Bodaniel Jeanes
d695f56e8d
Add hammer.vim back
2012-01-09 10:24:41 -06:00
Bodaniel Jeanes
bf864920cd
Fix using vim to edit cron, etc
2012-01-09 10:23:38 -06:00
Bodaniel Jeanes
90d54dfbd4
vim options
2012-01-06 11:41:39 -06:00
Bodaniel Jeanes
4a48d9bb6a
Load a local shell file, if present
2012-01-04 21:47:49 -06:00
Bodaniel Jeanes
0b75da5513
Some more OS X shell stuff
2012-01-04 21:47:46 -06:00
Bodaniel Jeanes
afbc403129
Move ZSH-specific command timing to zsh config
2012-01-04 21:46:51 -06:00
Bodaniel Jeanes
2deb06afc1
Cleanup
2012-01-04 21:45:19 -06:00
Bodaniel Jeanes
022bcd0871
Move Ruby/Rails and Git shell stuff into own files
2012-01-04 21:44:31 -06:00
Bodaniel Jeanes
d91dca4990
Dynamically build path without duplicates and only for existing directories
2012-01-04 21:41:41 -06:00
Bodaniel Jeanes
9827b76c4c
Remove commented out code
2012-01-04 19:46:23 -06:00
Bodaniel Jeanes
6a02740fc7
Load oh-my-zsh after tmux to speed up new shells
2012-01-04 19:44:17 -06:00
Bodaniel Jeanes
3e1d54f454
Refactor tmux shell behavior
2012-01-04 19:43:48 -06:00
Bodaniel Jeanes
a94435f221
Fix mouse not working in Vim inside Tmux
...
I don't use a 'mouse' in vim, but I love the touch pad for scrolling
through code quickly. Finally this let's that work properly...
2011-12-29 19:18:12 -06:00
Bodaniel Jeanes
57e37edb4e
Remove utf8 tmux option because it causes "can't establish current session"
...
It seems to default to on anyway
2011-12-29 18:57:36 -06:00
Bodaniel Jeanes
a7b2d33f8d
Cleanup tmux config
2011-12-29 17:10:40 -06:00
Bodaniel Jeanes
9574e62f4f
Reorganize vimrc and remove unused mapping
2011-12-28 21:00:57 -06:00
Bodaniel Jeanes
5e4eb2967c
Send vim selection to gist
2011-12-28 21:00:56 -06:00
Bodaniel Jeanes
c0891c5312
Add PlantUML vim syntax
2011-12-28 17:19:51 -06:00
Bodaniel Jeanes
c5bdfc7cf7
Remove other unused vim bundles
2011-12-28 10:05:52 -06:00
Bodaniel Jeanes
9b8fe856d1
Remove stupid yankring
2011-12-28 09:54:52 -06:00
Bodaniel Jeanes
3d85ec615e
Add ruby matchit
2011-12-28 09:54:48 -06:00
Bodaniel Jeanes
dc3d0536ca
Tmux stuff
2011-12-27 16:43:26 -06:00
Bodaniel Jeanes
b82475f0f4
Vim clojure tweaks
2011-12-27 16:43:26 -06:00
Bodaniel Jeanes
1fbe2fc111
Move whitespace stuff to autocommands and add shortcut
2011-12-27 16:42:45 -06:00
Bodaniel Jeanes
ae512ac92c
More mouse modes in tmux
2011-12-27 16:42:12 -06:00
Bodaniel Jeanes
a413550e71
Never open GUI vim when triggered from an SSH session
2011-12-21 13:48:06 -06:00
Bodaniel Jeanes
126846dace
Rerere enabled ( http://progit.org/2010/03/08/rerere.html )
2011-12-21 13:42:17 -06:00
Bodaniel Jeanes
182a7ccd4e
Start a tmux session for every login and join windows with the main one. Also, fix pbcopy/pbpaste and vim clipboard inside tmux
2011-12-21 13:41:01 -06:00
Bodaniel Jeanes
df4f229ad3
Require rubygems into irb and don't set rails logger to STDOUT
2011-12-16 15:25:15 -06:00
Bodaniel Jeanes
aed1d1f9bf
Disable ACP
2011-12-16 15:25:15 -06:00
Bodaniel Jeanes
f27e373573
Add VimClojure
2011-12-13 17:53:25 -06:00
Bodaniel Jeanes
3f3de6d6fc
Make new splits default to empty
2011-12-13 17:44:51 -06:00
Bodaniel Jeanes
ac5a49f6f0
Re-organize bundles
2011-12-13 17:44:35 -06:00