All Projects → yegappan → fileselect

yegappan / fileselect

Licence: BSD-2-Clause License
File Selector Vim Plugin

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to fileselect

vim-ormolu
Plugin for formatting Haskell source code
Stars: ✭ 35 (+150%)
Mutual labels:  vim-plugin
vim-goyacc
Vim filetype support for goyacc
Stars: ✭ 22 (+57.14%)
Mutual labels:  vim-plugin
unfog.vim
⏱ Vim plugin for Unfog CLI task & time manager.
Stars: ✭ 61 (+335.71%)
Mutual labels:  vim-plugin
vim-js-file-import
Import/require files in javascript and typescript with single button!
Stars: ✭ 130 (+828.57%)
Mutual labels:  vim-plugin
vim-gol
Vim plugin that turns your text into Game of Life world
Stars: ✭ 15 (+7.14%)
Mutual labels:  vim-plugin
virt-column.nvim
Display a character as the colorcolumn
Stars: ✭ 64 (+357.14%)
Mutual labels:  vim-plugin
nerdtree-visual-selection
Defines commands that will work on files inside a Visual selection
Stars: ✭ 48 (+242.86%)
Mutual labels:  vim-plugin
vim-opex
Vim operators to execute text objects
Stars: ✭ 19 (+35.71%)
Mutual labels:  vim-plugin
vim
📝 minimalistic vimrc based on KISS principle @vim
Stars: ✭ 46 (+228.57%)
Mutual labels:  vim-plugin
himalaya
Command-line interface for email management
Stars: ✭ 1,715 (+12150%)
Mutual labels:  vim-plugin
bufstop
Fast and efficient buffer switching for Vim
Stars: ✭ 82 (+485.71%)
Mutual labels:  vim-plugin
vim-eightheader
Vim plugin: Easily create custom headlines, foldtext, toc, etc
Stars: ✭ 17 (+21.43%)
Mutual labels:  vim-plugin
vim-stamp
A vim plugin that replaces the currently selected text with the text in the delete register
Stars: ✭ 13 (-7.14%)
Mutual labels:  vim-plugin
vim-tmuxlike
A vim plugin that mimics the actions of tmux. 像操作Tmux一样操作Vim
Stars: ✭ 20 (+42.86%)
Mutual labels:  vim-plugin
vim-wordy
Uncover usage problems in your writing
Stars: ✭ 677 (+4735.71%)
Mutual labels:  vim-plugin
mpi
minimal (n)vim plugins - icons (Under 200 LOC)
Stars: ✭ 32 (+128.57%)
Mutual labels:  vim-plugin
vim-qf-preview
Preview the quickfix item under the cursor in a popup window
Stars: ✭ 32 (+128.57%)
Mutual labels:  vim-plugin
cmp-under-comparator
nvim-cmp comparator function for completion items that start with one or more underlines
Stars: ✭ 77 (+450%)
Mutual labels:  vim-plugin
vim-docker-tools
Toolkit for managing docker containers in vim.
Stars: ✭ 95 (+578.57%)
Mutual labels:  vim-plugin
vim-twitter
Tweet from inside vim!
Stars: ✭ 26 (+85.71%)
Mutual labels:  vim-plugin

The File Selector plugin provides an easy access to edit a file from the current directory tree.

This plugin needs Vim 8.2.2261 and above and will work on all the platforms where Vim is supported. This plugin will work in both console and GUI Vim.

The command :Fileselect opens a popup menu with a list of file names from the current directory tree. When you press on a file name, the file is opened. If the selected file is already opened in a window, the cursor will move to that window. If the file is not present in any of the windows, then the selected file will be opened in the current window. You can use the up and down arrow keys to move the currently selected entry in the popup menu.

In the popup menu, you can type a series of characters to narrow down the list of displayed file names. The characters entered so far is displayed in the command-line. You can press backspace to erase the previously entered set of characters. The popup menu displays all the file names containing the series of typed characters.

You can close the popup menu by pressing the escape key or by pressing CTRL-C.

In the popup menu, the complete directory path to a file is displayed in parenthesis after the file name. If this is too long, then the path is shortened and an abbreviated path is displayed.

Screenshot:

gif

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