TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Notational Velocity for Vim

171 pointsby yuppiemephistoalmost 6 years ago

12 comments

tjoffalmost 6 years ago
The description isn't that obvious for people that don't know what notational velocity is or how it works.
评论 #20049765 未加载
评论 #20049761 未加载
评论 #20057514 未加载
jmcphersalmost 6 years ago
I glued fzf and vimwiki together to do something very similar. If you have both of those tools installed, you can use a mapping like this:<p>nmap &lt;Leader&gt;wp :Files ~&#x2F;git&#x2F;vimwiki&#x2F;&lt;CR&gt;<p>so that you&#x27;re just a couple of keystrokes away from fuzzy finding any entry in your vimwiki.
tomcamalmost 6 years ago
I just use org mode.*<p>* Not really. This looks excellent. I just wanted to get the org mode boast dispatched with as soon as possible.
评论 #20049676 未加载
评论 #20052049 未加载
drewm1980almost 6 years ago
Isn&#x27;t editing existing notes fundamental to notational velocity UX? I have also been missing NV since leaving Mac OS is 2012. Shame the whole NV codebase is tied to Apple only frameworks. Nothing important about NV is even Mac specific; it is just three textboxes with well thought out key bindings; it&#x27;s not using a bunch of fancy GUI framework features.
评论 #20050925 未加载
评论 #20050463 未加载
评论 #20050586 未加载
wincentalmost 6 years ago
I made a JS&#x2F;Electron based clone of nvALT a while back. Easier to hack on than an Objective-C codebase: <a href="https:&#x2F;&#x2F;github.com&#x2F;wincent&#x2F;corpus" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;wincent&#x2F;corpus</a><p>But the node ecosystem has its own problems. I like the idea of doing everything in Vim.
评论 #20054225 未加载
jpwgarrisonalmost 6 years ago
This looks cool, but I have been happy with <a href="https:&#x2F;&#x2F;github.com&#x2F;vhp&#x2F;terminal_velocity" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;vhp&#x2F;terminal_velocity</a> - terminal based, I use it with vim but you can specify the editor.
rambojazzalmost 6 years ago
Sorry what&#x27;s the license of this?
评论 #20049484 未加载
msravialmost 6 years ago
This is cool! It&#x27;s generic enough that it works not only with nvalt on Mac, but also with Notable on Linux (<a href="https:&#x2F;&#x2F;github.com&#x2F;notable&#x2F;notable" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;notable&#x2F;notable</a>)<p>Notable also uses markdown files for storing notes, so I just had to point the plugin search path to notable&#x27;s notes directory, and it worked like a charm!<p>Please keep this usecase in mind when you make changes to your plugin going forward. Thank you!
jitlalmost 6 years ago
Amazing! This is the vim plugin I’ve always wanted to write. I used Notational Velocity briefly on Mac before I switched to Linux&#x2F;Windows machines during university and kinda never picked it up again. At this point vim movement is too critical and I can’t use GUI solutions well... so I’m very excited to see a fusion of the two!
backpackwayalmost 6 years ago
So nice my two favorite apps nvim and nvalt got merged.<p>Anyone already tried it, how is it?
ecocentrikalmost 6 years ago
fzf is such a great addition to the command-line
O_H_Ealmost 6 years ago
Meta: these angle brackets got interpreted into the link.
评论 #20054956 未加载
评论 #20054899 未加载