Commit Graph

151 Commits

Author SHA1 Message Date
271aa3182b Removed autowrite section
I suspect it created a ton of sync-conflicts in my notes. Auto saving
isn't worth it if that's the result.
2025-05-28 12:31:33 -04:00
6a9ca5c23d Added vim-setcolor script
Must be sourced. Colorscheme browser. Use F8/Shift-F8 to browse
colorschemes.
2025-05-19 18:18:37 -04:00
0edac00442 Testing autowrite,autoread for md files
Will autosave Markdown files on exit. Should also read changes made
outside of Vim. Purpose: to minimize file conflicts in Syncthing.
2025-05-17 20:09:09 -04:00
cc9e42b469 Added more words to dictionary +abbreviations
Added some commonly misspelled words to my .vimrc abbreviations
2025-05-14 11:49:13 -04:00
1274eb0597 Removed filename from readinglist template 2025-05-12 21:50:47 -04:00
18ae6546e6 ExtractWikiLinks
Added a separate function to extract wiki links
It must be sourced on-demand, since it's not tested
2025-05-10 19:31:56 -04:00
7f94c04724 Removed extraneous comments, improved keybindings
Finally removed all the commented out lines that I was saving in case I
needed to roll them back. Switched some keybindings to keys that made
more sense.
2025-05-08 20:34:37 -04:00
9bc08347a8 Added vim-signify
and configured to show Git info in gutter. Updated config to show more
git info in statusline
2025-05-08 16:58:35 -04:00
b7ca4be5cf .vimrc with the custom colors mostly removed
relying on the colorscheme
2025-05-08 08:48:23 -04:00
fdc6ea1ef3 FZF wiki links
Added functions to use FZF to insert file links into current buffer.
- `<ctrl>-p` for wiki link
- `<ctrl>-l` for file name
2025-04-29 18:00:56 -04:00
08bf9e7354 Added if/then to ignore directive incompatible with nvim
Aiming to keep .vimrc compatible with nvim for testing.
2025-04-28 14:27:13 -04:00
81ac79f7b4 Fixed buffer navigation keybind.
<crtl>-<left> and <crtl>-<right> to navigate open buffers.
2025-04-28 09:45:08 -04:00
97bd1e0365 Added CHANGELOG.md
Created a function that will generate a CHANGELOG from my previous 25
commits, so I don't have to keep updating the README.md file
2025-04-24 19:34:29 -04:00
9dbe4a87c0 Disable folding for yaml
Disable fold for yaml files
2025-04-24 19:05:01 -04:00
b052f7fa32 Added line number toggle and colorscheme customization
- <leader>n to toggle line numbers
- source ~/.vimcustom (if exists) for custom colorscheme
- disable airline theme (let it inherit from colorscheme
-
2025-04-23 11:26:36 -04:00
fe39e86bb5 added words to dictionary 2025-04-20 12:57:00 -04:00
aaf5d31567 Reworked Spell Check Section
Removed the global nospell autocommands:
  The lines `autocmd BufRead,BufNewFile * setlocal nospell` and
  `autocmd BufRead,BufNewFile *.* setlocal nospell` have been removed.
  These were turning off spell checking for all files.
2025-04-15 13:05:56 -04:00
d2821c7df6 .vimrc changes
- Theme: darkburn
- ASCII foldchars
- Changed keybinding for notes to `<leader>nn`
-
2025-04-14 15:01:21 -04:00
750376d311 Added no line break to wrap toggle 2025-04-14 12:56:37 -04:00
chawley (tfadmin)
0793816ad0 Updated README 2025-04-14 15:33:40 +00:00
chawley (tfadmin)
063e68f7de Added marks list
Keybinding (`<leader>m`) to open mark list
2025-04-14 15:29:52 +00:00
c63cb6ae86 Added keybinding for datestamp
Added additional keybinding to mimic datestamp entry from VS Code (<crtl><shift>-i)
2025-04-14 09:49:54 -04:00
a2c808e92d Added words to custom dictionary 2025-04-14 09:48:32 -04:00
41a036f3ec Updated README 2025-04-14 09:17:33 -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
6372ff4c5d text width = 135
Increased text width to 135 by default.
2024-05-21 19:07:16 -04:00
89fdfb9fec Changed keybinding for FZF paste
Press <ctrl>-p to paste the filename of the file selected by FZF
2024-05-09 07:34:12 -04:00
f4f82ad175 .vimrc - removed reference to filenames in markdown frontmatter 2024-05-03 15:56:58 -04: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
67569b9a13 Added link to ref for 2024-04-23 19:40:25 -04:00
91e5cd5405 Leader-f to fuzzy search word under cursor
`<leader>-f` to open FZF window with word under cursor pre-populated
2024-04-23 19:20:05 -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
2784a69fe3 Removed timestamps from Markdown Files
I removed the time from markdown `fileupdated` datestamps. I don't need
that level of reference. The date a file was updated is fine.
2024-04-10 10:25:50 -04:00
20e6cb3e9b Color Changes
Updated column colum and visual select color
2024-04-04 19:57:24 -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
501dab269b GFiles
Added a keybinding (<leader>f) to bring up the FZF results for Git files
2024-03-20 13:20:27 -04:00
chawley [chawley]
6aeec2bcb4 Better comments for FZF Actions
I'll never open files in tabs. Commented code to explain opeing FZF
result in split,vsplit or copying filename to buffer.
2024-03-19 11:50:04 -04:00
068e40a4cf ctrl-o to paste file from FZF buffer 2024-03-18 18:48:27 -04:00
b17087c810 colorscheme jelleybeans
Also removed a bunch of comments from changed I held onto until I was
sure they worked.
2024-03-14 07:59:08 -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
0c62678a90 Vim Bullets
While troublshooting markdown bullets in Vim, I commented out a bunch
of extraneous options. I'll leave it like this for a bit before removing
anything permanently.
2024-03-11 17:29:36 -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
46237ae49c vim-airline
Commented out my status line settings in favor of vim-airline
2024-03-07 13:30:25 -05:00
4a23a48109 Added words to custom dictionary 2024-03-07 11:20:14 -05:00