All Projects → eiginn → Netrw

eiginn / Netrw

Mirror of Dr. Chip's netrw vim plugin for vundle

Labels

Projects that are alternatives of or similar to Netrw

mirror-next
A Next.js-powered frontend for your Mirror publication
Stars: ✭ 98 (+122.73%)
Mutual labels:  mirror
Mirrorbits
Mirrorbits is a geographical download redirector written in Go for distributing files efficiently across a set of mirrors.
Stars: ✭ 365 (+729.55%)
Mutual labels:  mirror
Magento Mirror
Magento Mirror
Stars: ✭ 655 (+1388.64%)
Mutual labels:  mirror
Mirrorhelp
Documents about how to use repos on mirrors.ustc.edu.cn.
Stars: ✭ 293 (+565.91%)
Mutual labels:  mirror
Speculum Android
Android application powering a magic mirror.
Stars: ✭ 330 (+650%)
Mutual labels:  mirror
Python Aria Mirror Bot
A telegram bot for all your mirror needs
Stars: ✭ 383 (+770.45%)
Mutual labels:  mirror
NodeListServer
Node List Server is a multi-purpose server list system. NodeJS powered and supports Docker.
Stars: ✭ 65 (+47.73%)
Mutual labels:  mirror
Cpcache
central pacman cache
Stars: ✭ 15 (-65.91%)
Mutual labels:  mirror
Uxp
This is a GitHub mirror of the Unified XUL Platform. The main repository can be found at https://repo.palemoon.org/MoonchildProductions/UXP/
Stars: ✭ 363 (+725%)
Mutual labels:  mirror
Composer Mirror
Composer 全量镜像发布于2017年3月,曾不间断运行2年多。这个开源有助于理解 Composer 镜像的工作原理
Stars: ✭ 607 (+1279.55%)
Mutual labels:  mirror
7z
Because 7-zip source code was in a 7z archive [mirror]
Stars: ✭ 308 (+600%)
Mutual labels:  mirror
Mirrorrequest
通过 issue 为中国科大开源镜像站(mirrors.ustc.edu.cn)提交新的镜像申请~
Stars: ✭ 317 (+620.45%)
Mutual labels:  mirror
Composer Registry Manager
🛠 🔨 Composer registry manager that help to easily switch to the composer repository you want.
Stars: ✭ 448 (+918.18%)
Mutual labels:  mirror
Josm
Mirror of @JOSM's Subversion repository
Stars: ✭ 282 (+540.91%)
Mutual labels:  mirror
Mirror Textfiles.com
TextFiles.com mirror
Stars: ✭ 23 (-47.73%)
Mutual labels:  mirror
mqtt-to-kafka-bridge
Move your messages from MQTT to Apache Kafka in real-time 🚀
Stars: ✭ 21 (-52.27%)
Mutual labels:  mirror
Smart Connected Mirror
Displaying real time information on a mirrored surface.
Stars: ✭ 379 (+761.36%)
Mutual labels:  mirror
Zeit
Qt frontend to at & crontab CLI utilities
Stars: ✭ 42 (-4.55%)
Mutual labels:  mirror
Flickrsync
A command line tool to synchronise, upload, download, pictures between the local file system and Flickr. Image hash signature of the picture is used to uniquely identify the image.
Stars: ✭ 14 (-68.18%)
Mutual labels:  mirror
Mirror
A blogging tool powered by GitHub API. Write your blog on GitHub issue.
Stars: ✭ 590 (+1240.91%)
Mutual labels:  mirror

netrw (Network Oriented Reading, Writing, and Browsing)

Mirror of Dr. Chip's netrw vim plugin for vundle http://www.drchip.org/astronaut/vim/index.html#NETRW

Updated Nov 06, 2019 (v166)

From the site:

Supports network-oriented editing with urls. One may read and write files using one of several supported protocols (ex: ftp, scp) and browse directories, both remotely and locally. This version requires vim 7.0. Be sure to remove any older versions of netrw before attempting to install this version. In version v142b of netrw, g:netrw_winsize's meaning has been changed. Previously, it was the number of rows or lines to be used for new windows spawned off of netrw (ex. when using v or o). The new method uses g:netrw_winsize as a percentage of the netrw's window size in the appropriate direction (ie. winheight or winwidth). The percentage is an integer (by default, it is 50). Unfortunately, there was a bug that makes the netrw version that was distributed with vim v7.0 cause difficulties with a vimball-installation of a new netrw. So, for vim v7.0, you'll need to remove the older version of netrw:

Change directory to the directory holding the vim 7.0 distribution's plugin/ and autoload/ directories.

/bin/rm plugin/netrw*.vim autoload/netrw*.vim doc/pi_netrw.txt

Beginning with v108b of netrw: sourcing remote files is supported.

Here's a list of some netrw options that I myself use:

let g:netrw_altv          = 1
let g:netrw_fastbrowse    = 2
let g:netrw_keepdir       = 0
let g:netrw_liststyle     = 2
let g:netrw_retmap        = 1
let g:netrw_silent        = 1
let g:netrw_special_syntax= 1
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].