All Projects → ryym → vim-viler

ryym / vim-viler

Licence: MIT license
Editable file explorer for Vim

Programming Languages

Vim Script
2826 projects
Makefile
30231 projects

Projects that are alternatives of or similar to vim-viler

Squircle-IDE
👨‍💻 Squircle CE is a fast and free multi-language code editor for Android
Stars: ✭ 642 (+2575%)
Mutual labels:  file-explorer
PICO-8.vim
A vim plugin package for PICO-8 programming.
Stars: ✭ 42 (+75%)
Mutual labels:  vim-plugin
stable-windows
Keeps vim windows stable on layout changes
Stars: ✭ 41 (+70.83%)
Mutual labels:  vim-plugin
nvim-contabs
contextual tabs for vim/neovim
Stars: ✭ 20 (-16.67%)
Mutual labels:  vim-plugin
vim-solidity
Syntax highlighting for Solidity in Vim
Stars: ✭ 44 (+83.33%)
Mutual labels:  vim-plugin
vim-pairs
Punctuation text objects: ci/ da; vi@ yiq da<space> ...
Stars: ✭ 35 (+45.83%)
Mutual labels:  vim-plugin
vim-mysticaltutor
Low-contrast flat colorscheme for Vim and terminals
Stars: ✭ 22 (-8.33%)
Mutual labels:  vim-plugin
skim.vim
vim support for skim
Stars: ✭ 127 (+429.17%)
Mutual labels:  vim-plugin
vim-readme-viewer
📖 Viewing plugin's README easily like vim help
Stars: ✭ 26 (+8.33%)
Mutual labels:  vim-plugin
yaml-vim
YAML syntax/indent plugin for Vim
Stars: ✭ 37 (+54.17%)
Mutual labels:  vim-plugin
termex
Explore the filesystem from your terminal
Stars: ✭ 21 (-12.5%)
Mutual labels:  file-explorer
searchReplace.vim
Search & Replace, simply & efficiently [neovim only]
Stars: ✭ 26 (+8.33%)
Mutual labels:  vim-plugin
vim-mdnquery
Query the Mozilla Developer Network documentation without leaving Vim
Stars: ✭ 19 (-20.83%)
Mutual labels:  vim-plugin
vim-shellcheck
Vim wrapper for ShellCheck, a static analysis tool for shell scripts.
Stars: ✭ 63 (+162.5%)
Mutual labels:  vim-plugin
vim9-stargate
modern alternative to easymotion written in vim9
Stars: ✭ 76 (+216.67%)
Mutual labels:  vim-plugin
mpfshell-lite
👾 The lightweight version of the mpfshell is for pure CUI drivers.
Stars: ✭ 28 (+16.67%)
Mutual labels:  file-explorer
miniSnip
Lightweight snippet plugin for Vim
Stars: ✭ 45 (+87.5%)
Mutual labels:  vim-plugin
vim-strip-trailing-whitespace
🎞️ Vim plugin that removes trailing whitespace from *modified* lines on save
Stars: ✭ 66 (+175%)
Mutual labels:  vim-plugin
vim-emberlayout
Open Ember files in a grid
Stars: ✭ 18 (-25%)
Mutual labels:  vim-plugin
vim-plugin-ruscmd
Vim plugin: support command mode in Russian keyboard layout
Stars: ✭ 60 (+150%)
Mutual labels:  vim-plugin

Viler

Actions

Viler is a file explorer plugin for Vim, with an ability of editing directory structures by hand.

Status

v0.1.2 (Beta version)

Currently basic file operations (adding, copying, moving, deleting) should work well.

Features

  • Editable
  • Tree view
  • Multiple window support

Because you can edit a filer as a normal text, there is no need to configure and remember how to add/copy/move/delete files. Just edit lines as you like. When you save it Viler detects changes and applies them to the actual file system. See the help document for the details.

Installation

Clone this repository and add this to your runtimepath.

If you use vim-plug:

Plug 'ryym/vim-viler'

Limitations

There are some limitations for editing. We think some of them could be eliminated in future.

  • You cannot undo/redo saving.
  • You cannot add/edit files inside of an added/edited directory.
  • You cannot save multiple filers separately. If you save one filer, all open filers are saved and changes are applied.
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].