Commit Graph

156 Commits

Author SHA1 Message Date
568aa72b5b Forked vim-snippets and transferred snippets
I wanted to alter the default snippets so I thought I might as well move
all mine into there as well, instead of keeping track of changes in 2
repositories.

Also, having become comfortable with Vim folding, I thought it'd be more
organized to consolidate similar alias files (i.e. 209 -> school,
laptop/my_pc -> pc) and then add folding to the top-level files.
2018-02-06 18:32:15 -05:00
9db2037c26 Added snippets to help with math lectures
- snippets: Roman d, axes
- Vim: set fold to markers by default, jump to middle of line mapping
2018-02-05 16:20:14 -05:00
f481b453aa Merge with UltiSnips repo (added fnct to merge)
- UltiSnips: Moved alias snippets from sh to all.

- Aliases: Snippet, commit message.
- Vim: Map fold method, preview and line break to leader keys.
2018-02-04 14:38:17 -05:00
8644894f35 Changed Terminator file to be hard link
Terminator file now actually contains the config lines rather than just
the path to the config.
2018-02-01 22:54:18 -05:00
5554bfd2fe Resolve #18, new 209/my_pc alias files, egc alias
- alias files:
  - 209: Split from school because was getting too long.
  - my_pc: Stores common aliases between laptop and desktop.
- Can now have different Terminator configurations for each computer.
- egc alias: Loads commit message buffer into Vim with text width of 72
  and syntax highlighting.
2018-02-01 22:38:04 -05:00
4d1a456f84 Deleted unnecessary dotfiles folder
Moved all files into root folder of repository and fixed set-from-git to reflect
that. I was able to get set-from-git to work without listing all the dotfiles,
but it didn't work as planned due to swp files, git folder and others; it's just
easier and cleaner to list out the files.
2018-02-01 16:47:54 -05:00