Commit Graph

24 Commits

Author SHA1 Message Date
fa67c5f5bf Added words to custom dictionary 2024-02-25 13:31:13 -05:00
bdf7cbd88c Integrated vim-spellsync
Magically rebuild Vim spell files if word lists are modified outside of
Vim. One use case would be if word lists are stored in a source control
system like Git and shared across multiple computers\. SpellSync also
creates `.gitignore` and `.gitattributes` files in Vim's spell directories
to exclude binary spell files and uses its union merge driver to avoid
conflicts.
[link]](https://github.com/micarmst/vim-spellsync)
2024-02-25 13:26:06 -05:00
d3407f9bab Added Markdown and shell scrip templates
and logic to update time stamps n those files for file creation and modification
2024-02-25 13:24:25 -05:00
faa5aed9ed Added words to custom dictionary 2024-02-24 11:16:45 -05:00
3822bfed91 keybinding updates
* `<leader><leader` to open `:Files`
* `<leader>q`       to quit
* `<leader><space>` to clear highlights
2024-02-23 16:45:38 -05:00
e64fc7a335 Added new words to custom dictionary 2024-02-23 16:45:00 -05:00
f7b1ea4b5b Vim Spellcheck
Modified `.gitignore` to source-control my custom dictionary in
`.vim/spell/*`
2024-02-23 10:08:51 -05:00
65a17e9d5e Added some editing keybindings
* Autocomplete filename
* goto file
2024-02-19 14:38:48 -05:00
de84627ad1 Update .vim/vim-keys-help.md
Fixed formatting (again)
2024-02-14 10:14:19 -05:00
b6028f8adb Update personal help file
Also added keybind (`<leader>h`) to open it automatically
2024-02-14 10:01:50 -05:00
25a08e9aa5 Update .vim/vim-keys-help.md
Updated markdown with bullets, so it displays nicely in Gitea/GitHub
2024-02-13 13:02:10 -05:00
5613555960 Sweeping changes to vim environment
Details in README.md
2024-02-13 11:29:43 -05:00
c34b245398 Added vim-keys help file to describe custom keybindings 2024-02-08 14:51:23 -05:00
6d72737816 Updated python and markdown templates 2024-02-08 14:48:11 -05:00
e215d5e145 Updates templates 2021-02-23 17:19:09 -05:00
chawley@hq.overdrive.com (chawley-vm)
b6f9e0db8b Added root function to shell script template 2021-02-23 17:19:02 -05:00
chawley@hq.overdrive.com (chawley-vm)
961b7864ad Changes to shell template 2021-02-02 15:46:06 -05:00
chawley (chawley-admin)
13259c68fd Modified the vim markdown template and the
corresponding rules in .vimrc
2020-02-19 15:39:02 -05:00
b37998df15 Modified markdown template and handling
to fit my text notebook workflow
2019-10-11 10:03:09 -04:00
79c82e61f8 Modified .vimrc and md template to match new markdown format
I started using Visual Studio Code for markdown notes and I'm trying to
keep the markdown files as agnostic as possible.  Vim will now match the
frontmatter style of VSC and (to an extent) Notable
2019-10-09 16:36:13 -04:00
ec57cf008d Color tweak, added begend 2019-09-17 18:27:53 -04:00
52e336d9b8 Cleaned up .vimrc formatting, added banner template 2019-03-15 14:45:55 -04:00
Chuck Hawley (chawley/shawshank)
ea5ddbc053 Removed commented entries in .vimrc and setup .gitignore to ignore
plugins and private dictionary
2017-10-10 16:59:24 -04:00
Chuck Hawley (chawley/shawshank)
029cee5f7c Initial commit 2017-10-10 16:53:19 -04:00