All Projects → EinfachToll → DidYouMean

EinfachToll / DidYouMean

Licence: other
Vim plugin which asks for the right file to open

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to DidYouMean

code runner.nvim
Neovim plugin.The best code runner you could have, it is like the one in vscode but with super powers, it manages projects like in intellij but without being slow
Stars: ✭ 234 (+185.37%)
Mutual labels:  vim-plugin
vim-thematic
Alter Vim's appearance to suit your task & environ
Stars: ✭ 218 (+165.85%)
Mutual labels:  vim-plugin
vim-tips-wiki
1500+ tips downloaded from Vim Tips Wiki, parsed and formatted to look and work like native Vim help files
Stars: ✭ 56 (-31.71%)
Mutual labels:  vim-plugin
vim-textobj-sentence
Improving on Vim's native sentence text object and motion
Stars: ✭ 92 (+12.2%)
Mutual labels:  vim-plugin
swifty-vim
⌨️ A Vim plugin for Swift which provides file detection, syntax highlighting, support for compiling and running tests, and optional support for formatting and linting tools.
Stars: ✭ 18 (-78.05%)
Mutual labels:  vim-plugin
cosme.vim
Cosmetic color scheme for Vim
Stars: ✭ 63 (-23.17%)
Mutual labels:  vim-plugin
dps-ghosttext.vim
GhostText plugin powered by denops.vim
Stars: ✭ 20 (-75.61%)
Mutual labels:  vim-plugin
denops-gh.vim
Vim/Neovim plugin for GitHub
Stars: ✭ 27 (-67.07%)
Mutual labels:  vim-plugin
42header.vim
Add and update the 42 comment header at the top of your files
Stars: ✭ 15 (-81.71%)
Mutual labels:  vim-plugin
denops-docker.vim
Manage Docker in Vim/Neovim
Stars: ✭ 48 (-41.46%)
Mutual labels:  vim-plugin
vim-easydebugger
A VIM multi-language debugger plugin
Stars: ✭ 47 (-42.68%)
Mutual labels:  vim-plugin
auto-pairs
Vim plugin, insert or delete brackets, parentheses, and quotes in pairs
Stars: ✭ 109 (+32.93%)
Mutual labels:  vim-plugin
vim-counterpoint
Cycle between file counterparts in vim or neovim.
Stars: ✭ 12 (-85.37%)
Mutual labels:  vim-plugin
vim-win
🖼️ A Vim plugin for managing windows.
Stars: ✭ 48 (-41.46%)
Mutual labels:  vim-plugin
uxntal.vim
Uxntal support for Vim
Stars: ✭ 32 (-60.98%)
Mutual labels:  vim-plugin
vim-jsonc
⚠️Deprecated⚠️: Vim syntax highlighting plugin for JSON with C-style line (//) and block (/* */) comments.
Stars: ✭ 52 (-36.59%)
Mutual labels:  vim-plugin
CommentFrame.vim
Add Comments in Frames to the file you're editing, or Comments aligned on the Right side of a line. Customizable!
Stars: ✭ 42 (-48.78%)
Mutual labels:  vim-plugin
poet-v
Vim Meets Poetry and Pipenv Virtual Environments
Stars: ✭ 57 (-30.49%)
Mutual labels:  vim-plugin
filestyle
filestyle is a Vim plugin that highlights unwanted whitespace and characters.
Stars: ✭ 30 (-63.41%)
Mutual labels:  vim-plugin
vim-swap
Easy swapping of text in Vim
Stars: ✭ 18 (-78.05%)
Mutual labels:  vim-plugin

DidYouMean

Vim plugin which asks for the right file to open.

Demo:

asciicast

If you're like me and you want to edit a specific file with Vim, say, test.py, you type vim te into the terminal, then you hit <Tab> and <Enter> immediately because you think your shell expands the characters to the right file name. But if there's another file starting with te, Vim fires up with an empty file called te, laughing at you. That's annoying. This simple plugin makes Vim ask for the right file to open.

Installation

Just drop DidYouMean.vim into .vim/plugin/ or use a plugin manager like Pathogen or Vundle.

Configuration

This plugin can use fzf to present/filter the list if - it is enabled by let g:dym_use_fzf = 1 in your .vimrc - the fzf.vim plugin is installed.

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