Commit Graph

50 Commits

Author SHA1 Message Date
fe39e86bb5 added words to dictionary 2025-04-20 12:57:00 -04:00
a2c808e92d Added words to custom dictionary 2025-04-14 09:48:32 -04:00
48dd07630c Upgraded vim-plug plugin
via :PlugUpgrade
2025-04-14 09:07:06 -04:00
b2bacfae4f .vimrc and rm old templates
Removed unused templates, added word-wrap to .vimrc
2025-04-14 09:01:36 -04:00
chawley (tfadmin)
6db5468bfe Updated vim-plug plugin 2024-10-28 16:16:28 +00:00
97f7d506f8 Markdown Frontmatter
I removed the filename from markdown frontmatter. I've renamed file and
the filename in the frontmatter doesn't update. That's a recipe for
confusion later
2024-05-03 15:48:07 -04:00
244c5ed80c Added words to custom dictionary 2024-04-24 19:16:31 -04:00
0fa0c06df9 Frontmatter for readinglist
Reverted readinglist frontmatter to standard format with yaml delimiters
and bracketed tags
2024-04-16 19:28:39 -04:00
d0cfda726a Frontmatter tag format
Frontmatter tags should be a list (in brackets). If I'm going to do
this, I may as well do it right.
2024-04-15 08:12:46 -04:00
5669fb21aa Re-added proper frontmatter to markdown template
I'd removed the hashmarks from the markdown frontmatte tempplate so I
could use tags in SilverBullet, but decided against using SilverBullet
regularly. Not enough to break proper formatting.
2024-04-15 07:56:03 -04:00
8b9ec43532 New Frontmatter
II reworked the frontmatter in the templates to be more accessible to
SilverBullet
2024-04-03 12:02:13 -04:00
chawley [chawley]
65143d2276 vim-plug update
I've forgotten to do `PlugUpgrade` for too long.
2024-03-11 17:34:32 -04:00
66ec1489f5 ReadingList template tweak
I added spaces and a title to the ReadingList template since I add those
for every book I use this template with.
2024-03-11 08:28:57 -04:00
529508f7db Frontmatter
I changed the markdown and readinglist templates to a "frontmatter"
format. Hoping to see if I can make my notes more easily processed by
using a pre-defined header.
2024-03-09 19:17:50 -05:00
4a23a48109 Added words to custom dictionary 2024-03-07 11:20:14 -05:00
e43aa0908e Added words to custom dictionary 2024-03-01 22:11:48 -05:00
36184cddd4 Cleaned up .vimrc
Re-arranged things to make it easier to see if I'm over-writing
keybindings.  Added comments to areas that didn't have any.  Reverted
some keybindings I found I wasn't using.

Also changed the Banner template to use double-quotes instead of
hash marks since I only ever use it in my .vimrc
2024-02-28 11:31:55 -05:00
chawley (tfadmin)
9f3a47b2e1 Shell header template
Automatically populate filename, creation date and modification date in
shell header.  Also add the ability to update header on old scripts
2024-02-27 18:54:25 +00:00
352d1f77c6 Added words to custom dictionary 2024-02-27 11:55:08 -05:00
ba1cd76362 Template changes
Since my markdown templates use `Title` and the keyword for the filename
and my ReadingList template also used `Title` as a keyword, my
automations were getting confused.

I changed `Title` in the markdown template to `filename` to solve.

Also, I reverted my `poor man's surround` keybindings for an actual
plugin: `tpope/vim-surround`
2024-02-27 11:51:57 -05:00
729eabb51e Added words to custom dictionary 2024-02-26 15:58:00 -05:00
8617207a46 Buffer and Pane navigation
Changed keybindings so `<leader>` generally operates on panes and `<ctrl>` generally operates
on buffers.  Also adjusted some colors.
2024-02-26 15:56:08 -05:00
fc2e6f39d4 Added words to custom dictionary 2024-02-25 20:30:57 -05:00
36fc79597a Template Improvements
Added a Reading List header template and added some functionality to the
Markdown header making it easier to add headers to existing files
2024-02-25 20:28:56 -05:00
65236003c5 Added words to custom dictionary 2024-02-25 18:28:29 -05:00
945f805543 Markdown header snippet
I made a shortcut to include a Markdown header on an existing file
by `,md` in normal mode.  This will insert the `,md` template and update
the title with the filename (minus extension)
2024-02-25 18:26:08 -05:00
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