Commit graph

105 commits

Author SHA1 Message Date
29c9ab308a
[vim] <Leader>b to better brace matching
Jumps to the end of the line and then does the matching from there.
Saves the extra jump when trying to jump between conditionals that use
braces
2017-04-15 12:38:33 -05:00
480175b4b3
[vim] <Leader>h,j,k,l to jump further
<Leader>h - First non-blank charater of line
<Leader>j - Beginning of buffer
<Leader>k - End of buffer
<Leader>l - End of line
2017-04-15 12:32:04 -05:00
7bf42073d7
[vim] toggle nu and rnu with hotkey 2017-03-17 16:02:26 -05:00
fdad38b355
[vim] dropped bundle update hotkey 2017-02-10 11:23:06 -06:00
747bb3b57f
[vim] dumped vundle for baked in packs 2017-02-10 11:15:58 -06:00
9a4ec34e87
[vim] cleaned up some indenting issues
split syntax plugins out as well. php was loading a file that was
blowing away smart indent so i reworked everything to be an autocmd
based on the file type. now defaulting to 2 space tabs for everything
except php
2017-02-04 20:32:01 -06:00
ca1aca8537
[vim] back on that solarized 2017-02-04 16:20:13 -06:00
40a96a8dd6
[vim] switches back to jellybeans
hybrid was giving me a bit of shit with my auto indenting. was also
doing dumb with my veritcal lines. jellybeans also has a fix for the
weird background color tearing i've been experiencing
2017-01-31 22:45:56 -06:00
e8172c1c48
[vim] fixes indenting and disables hardmode 2017-01-06 13:40:52 -06:00
c5ba340e4d
[vim] cleans up commented out crap 2016-12-10 20:44:25 -06:00
1f4aba0710
[vim] silences colorscheme error on install 2016-12-10 20:35:25 -06:00
Josh Sherman
9bd0180359 [vim] fixes filetypes
seems I borked the syntax while trying to be clever
2016-11-29 23:12:49 -06:00
Josh Sherman
3e2543a5c4 [vim] adds leader d to destory a buffer
also dropped some shit I no longer use as well as commenting out some
shit I don't even know what it does.
2016-11-29 22:31:38 -06:00
Josh Sherman
c8758f5352 [vim]: allows ctrlp to follow symlinks
Been driving me mad today.

Closes #8
2016-11-28 14:09:56 -06:00
Josh Sherman
46b97a1d2d [vim] adds leader q to quit 2016-11-25 21:18:12 -06:00
Josh Sherman
cb6d057346 [vim] drops tmux auto reload on save
stopped working, not worth it
2016-11-25 21:17:04 -06:00
Josh Sherman
032ea356b8 [vim] changes leader adds expand region plugin 2016-11-25 20:02:13 -06:00
Josh Sherman
285b00a6d6 [vim] drops jellybeans for hybrid
thanks @deanproxy
2016-11-25 11:44:06 -06:00
Josh Sherman
987a24dce8 [vim] clean up and removes remaining TODOs 2016-11-21 22:32:11 -06:00
Josh Sherman
873cdf743f [vim] dumps leader and colon remaps
Better to vim without them
2016-11-20 21:38:40 -06:00
Josh Sherman
4084254bef [vim] let there be hardmode
Tomorrow's going to fucking suck.
2016-11-20 14:15:56 -06:00
Josh Sherman
ef75d406dc [vim] moves gitignore to vim directory
Only using it for vim stuff, figured may as well move it.
2016-11-20 11:45:06 -06:00
Josh Sherman
ba65d6f74c [vim] adds yaml syntax 2016-11-20 11:25:54 -06:00
Josh Sherman
09a935c987 [vim] proper highlighting of cnf files
Forces dosini on a few file types. Also eliminates the need to indent
files as the colors are enough of a section marker. Seems there was some
stray dotprivate shit still floating around as well.
2016-11-20 11:11:54 -06:00
Josh Sherman
888ccf660b [vim] highlights stray whitespace without plugin
Dumped AfterColors and moved to having an autogroup. Did some other
cleanup as well. Can't seem to get highligting the long lines working in
conjunction with the extra whitespace highlighting.
2016-11-19 11:13:03 -06:00
Josh Sherman
393a09bc5c [vim] sorts stuff, clean up 2016-11-19 10:32:43 -06:00
Josh Sherman
a8e41099b9 Dump *.symlink nonsense 2016-11-16 11:09:22 -06:00
Josh Sherman
e1790b60e2 Restructuring a bit 2016-10-09 22:59:55 -05:00
Josh Sherman
4e4ab9dbdf Tweaks 2016-10-02 10:18:43 -05:00
Josh Sherman
ffb15f7b2f Merge branch 'master' of github.com:joshtronic/dotfiles 2016-09-18 21:04:27 -05:00
Josh Sherman
ed4288a243 CSS tab stop
Starting to think maybe I need a conditional that checks a bunch of
filetypes to do this
2016-09-18 21:03:07 -05:00
Josh Sherman
38b4b42abe Merge branch 'master' of github.com:joshtronic/dotfiles 2016-09-12 12:20:04 -05:00
Josh Sherman
f610098e7c Set tabs for js templates, added OSX lock and some TODOs 2016-09-12 12:18:43 -05:00
Josh Sherman
9e7fb1ea94 Golang stuff
and some clean up
2016-09-07 20:23:53 -05:00
Josh Sherman
6bb237976d Merge branch 'master' of github.com:joshtronic/dotfiles 2016-09-07 20:20:54 -05:00
Josh Sherman
834de21d61 Stuff 2016-09-06 11:20:24 -05:00
Josh Sherman
798d0e8ae1 I dunno what this is 2016-09-05 12:15:08 -05:00
Josh Sherman
185dece6f7 Added global backup, swap, undo directories
Closes #13 Doesn't address visualizing the undo tree. Going to start
using `:undolist` and if I can add that to my workflow, I'll pursue
something like gundo.vim down the road
2016-08-19 09:24:57 -05:00
Josh Sherman
21ed51bd6c Added <leader>d and <leader>p
Should make deleting for real and pasting the same thing multiple times
a ton easier.
2016-08-19 09:20:27 -05:00
Josh Sherman
3996197869 Messing with snippets 2016-08-18 15:35:39 -05:00
Josh Sherman
503068741e Use % to jump between markup tags 2016-08-18 11:56:54 -05:00
Josh Sherman
5ec54af4af Vim matchit, man colors 2016-08-16 13:02:17 -05:00
Josh Sherman
a7b4d32c30 Dropped solarized, added back jellybeans 2016-08-16 10:39:43 -05:00
Josh Sherman
db10f2d1a5 Whole fucking mess of shit 2016-08-09 14:11:33 -05:00
Josh Sherman
f8d0166333 Tweaking ctrlp settings 2016-07-11 15:02:37 -05:00
Josh Sherman
a5d2e2adeb Tweaked navigation hotkeys 2016-07-11 13:55:59 -05:00
Josh Sherman
4d61617d85 Mostly tmux stuff 2016-06-13 11:55:31 -05:00
Josh Sherman
5eac850763 Auto pastetoggle 2016-05-25 11:51:40 -05:00
Josh Sherman
9d02a534a0 Dropped neovim config 2016-05-25 11:27:51 -05:00
Josh Sherman
d01747ff67 Dropped line numbers and added themes
Themes got abstracted out of airline at some point ¯\_(ツ)_/¯
2016-05-25 11:04:04 -05:00