Creating and maintaining a personal Knowledge Base with Vim
Talk0
1,599pages on
this wiki
this wiki
Revision as of 09:16, July 6, 2012 by 81.217.113.27 (Talk)
Knowledge Management is a way to archive experiences for later reference. Knowledge Bases are such archives in electronical format -- containing plain text in most cases. This is where Vim comes in handy: i manage my Knowledge Base in a collection of plain text files; with the Vim command "gf" i can jump easily between the files (each keyword can have it's own file). The search for words or phrases is simply done from commandline or via vimgrep.
Everything i write is in lowercase, so i cannot spell words differently. Like VIM, Vim, ViM or vim.
For topics that easily fill multiple files, i create directories with the name of the topic. Files/keywords in such a large topic are referenced via topic/file. Works nicely -- thanks to Vim!