All Projects → vim-scripts → Lustyexplorer

vim-scripts / Lustyexplorer

Dynamic filesystem and buffer explorer

Labels

Projects that are alternatives of or similar to Lustyexplorer

Scala Vim Support
Unofficial mirror of Scala Vim support - With a few fixes added.
Stars: ✭ 22 (-15.38%)
Mutual labels:  viml
Unite Redpen.vim
A unite.vim integration of redpen for automatic proof reading
Stars: ✭ 24 (-7.69%)
Mutual labels:  viml
Vim Ruby Complexity
Ruby cyclomatic complexity VIM plugin
Stars: ✭ 24 (-7.69%)
Mutual labels:  viml
Cheatsheets
personal cheatsheets on various technologies
Stars: ✭ 23 (-11.54%)
Mutual labels:  viml
Vim Expand Region
Vim plugin that allows you to visually select increasingly larger regions of text using the same key combination.
Stars: ✭ 924 (+3453.85%)
Mutual labels:  viml
Unite Grep Vcs
An unite source package for git grep and hg grep
Stars: ✭ 24 (-7.69%)
Mutual labels:  viml
Learnviml
A suggested path for learning Vim's scripting language, VimL
Stars: ✭ 22 (-15.38%)
Mutual labels:  viml
Vim Soundcloud
Stars: ✭ 26 (+0%)
Mutual labels:  viml
Init.vim
My settings for neovim
Stars: ✭ 24 (-7.69%)
Mutual labels:  viml
Vim Behat
Behat plugin for vim (adaptation of vim-cucumber)
Stars: ✭ 24 (-7.69%)
Mutual labels:  viml
Ag.vim
Use ag, the_silver_searcher (better than ack, which is better than grep)
Stars: ✭ 23 (-11.54%)
Mutual labels:  viml
Vim Htmlbars Inline Syntax
Highlight hbs tagged template literals
Stars: ✭ 24 (-7.69%)
Mutual labels:  viml
Vim Portal
Hello and, again, this is the Portal Gun for Vim.
Stars: ✭ 24 (-7.69%)
Mutual labels:  viml
Insertlessly
Waste no more time entering insert mode just to insert enters!
Stars: ✭ 22 (-15.38%)
Mutual labels:  viml
Vim Dirvish
Directory viewer for Vim ⚡️
Stars: ✭ 929 (+3473.08%)
Mutual labels:  viml
Stupid Easymotion
A dumbed down version of EasyMotion that aids navigation on the current line
Stars: ✭ 22 (-15.38%)
Mutual labels:  viml
Vim Macroeditor
Edit Vim macros with ease!
Stars: ✭ 24 (-7.69%)
Mutual labels:  viml
Emoji Vim
Stars: ✭ 26 (+0%)
Mutual labels:  viml
Dustjs.vim
dustjs template syntax highlighting and more for vim
Stars: ✭ 25 (-3.85%)
Mutual labels:  viml
Dotfiles
Config's and scripts
Stars: ✭ 24 (-7.69%)
Mutual labels:  viml

This is a mirror of http://www.vim.org/scripts/script.php?script_id=1890

LustyExplorer is a fast and responsive way to manage files and buffers in Vim. It includes a filesystem explorer, a buffer switcher, and a buffer grep for searching through and switching between files and buffers quickly, all through a mostly common interface.

Short demo videos folks have made:

  http://www.youtube.com/watch?v=dLMKVYqdarY
  http://www.youtube.com/watch?v=39A-VoPnsI0

  Older stuff (pre v2.0 - we now use fuzzy matching instead of tab completion):
  http://sjbach.com/lusty-explorer-animated.gif
  http://sjbach.com/lusty-explorer-annotated.png

Instructions:

  :LustyFilesystemExplorer
  :LustyFilesystemExplorerFromHere
  :LustyBufferExplorer
  :LustyBufferGrep (for searching through all open buffers)

  <Leader>lf  - Opens filesystem explorer.
  <Leader>lr  - Opens filesystem explorer at the directory of the current file.
  <Leader>lb  - Opens buffer explorer.
  <Leader>lg  - Opens buffer grep.

When one of the explorers is launched, a new window appears at bottom presenting a table of files/dirs or buffers, and in the status bar is a prompt:

  >>

As you type a name, the table updates using a fuzzy matching algorithm (or regex matching in the case of grep). Press enter to open the selected match, / to select the next/previous match, or press or to cancel.

See the "Usage:" section of the script for other tricks and features.

If you like LustyExplorer, you may also like LustyJuggler: vimscript #2050

Development repository: http://github.com/sjbach/lusty

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].