TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Vim - The file explorer

84 点作者 simonreed将近 13 年前

5 条评论

RegEx将近 13 年前
The "manipulating the filesystem" section was very helpful. Also, huge props for making a text version of the screencast.
评论 #4307757 未加载
评论 #4307970 未加载
adriand将近 13 年前
That was excellent. I despise NERD tree but I also had no clue how to use netrw. Instead, my habit is to use the console to touch files I want created, or to create or remove directories, etc. This little screencast was quite enlightening and I'll be dropping that habit!
评论 #4309822 未加载
randomdrake将近 13 年前
I use the Vim file explorer all the time. The only thing I miss is having a multi-column layout when I've got a directory with a lot of files.<p>A couple additional tips:<p>1) You can quickly and easily search through the files the same way you would search through code (regex included) with something like:<p><pre><code> /filename </code></pre> 2) You can easily jump into the Vim file explorer without the steps of opening Vim and executing a command:<p><pre><code> ~/vim . </code></pre> This will simply open vim with the file explorer in the current directory.
评论 #4312828 未加载
gcr将近 13 年前
As someone with vision impairment, this is what your site looks like to me: (level of detail is approximate)<p><a href="http://i.imgur.com/w2iNd.png" rel="nofollow">http://i.imgur.com/w2iNd.png</a><p>But when I try to enlarge the fonts, it doesn't look any better.<p><a href="http://i.imgur.com/WQYPB.png" rel="nofollow">http://i.imgur.com/WQYPB.png</a><p>Can we, as a community, please stop using px units in our CSS? I can't help but chuckle when opening a site in elinks in a terminal makes it look far better than it does in my browser.
simonreed将近 13 年前
To open a file in new tab just use 't' instead of Enter.