All Projects → romgrk → Vimfiler Prompt

romgrk / Vimfiler Prompt

navigate vimfiler by typing

Labels

Projects that are alternatives of or similar to Vimfiler Prompt

Insertlessly
Waste no more time entering insert mode just to insert enters!
Stars: ✭ 22 (+214.29%)
Mutual labels:  viml
Vim Macroeditor
Edit Vim macros with ease!
Stars: ✭ 24 (+242.86%)
Mutual labels:  viml
Vim Dirvish
Directory viewer for Vim ⚡️
Stars: ✭ 929 (+13171.43%)
Mutual labels:  viml
Ag.vim
Use ag, the_silver_searcher (better than ack, which is better than grep)
Stars: ✭ 23 (+228.57%)
Mutual labels:  viml
Init.vim
My settings for neovim
Stars: ✭ 24 (+242.86%)
Mutual labels:  viml
Vim Portal
Hello and, again, this is the Portal Gun for Vim.
Stars: ✭ 24 (+242.86%)
Mutual labels:  viml
Stupid Easymotion
A dumbed down version of EasyMotion that aids navigation on the current line
Stars: ✭ 22 (+214.29%)
Mutual labels:  viml
Emoji Vim
Stars: ✭ 26 (+271.43%)
Mutual labels:  viml
Unite Redpen.vim
A unite.vim integration of redpen for automatic proof reading
Stars: ✭ 24 (+242.86%)
Mutual labels:  viml
Vim Ruby Complexity
Ruby cyclomatic complexity VIM plugin
Stars: ✭ 24 (+242.86%)
Mutual labels:  viml
Rvm.vim
This functionality has been rolled into tpope's vim-rvm
Stars: ✭ 23 (+228.57%)
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 (+13100%)
Mutual labels:  viml
Dotfiles
Config's and scripts
Stars: ✭ 24 (+242.86%)
Mutual labels:  viml
Cheatsheets
personal cheatsheets on various technologies
Stars: ✭ 23 (+228.57%)
Mutual labels:  viml
Dustjs.vim
dustjs template syntax highlighting and more for vim
Stars: ✭ 25 (+257.14%)
Mutual labels:  viml
Scala Vim Support
Unofficial mirror of Scala Vim support - With a few fixes added.
Stars: ✭ 22 (+214.29%)
Mutual labels:  viml
Unite Grep Vcs
An unite source package for git grep and hg grep
Stars: ✭ 24 (+242.86%)
Mutual labels:  viml
Lustyexplorer
Dynamic filesystem and buffer explorer
Stars: ✭ 26 (+271.43%)
Mutual labels:  viml
Vim Soundcloud
Stars: ✭ 26 (+271.43%)
Mutual labels:  viml
Vim Behat
Behat plugin for vim (adaptation of vim-cucumber)
Stars: ✭ 24 (+242.86%)
Mutual labels:  viml

Vimfiler prompt

Navigate VimFiler by typing + autocompletion

alt text

Usage

Command: VimFilerPrompt

Map something to VimFilerPrompt, and that's it.

autocmd FileType vimfiler nmap <buffer> i :VimFilerPrompt<CR>

Mappings

<TAB> : autocomplete; if there is only 1 match, jumps directly

<S-TAB>: previous completion

<CR>, /: jump

..: parent directory

Highlight groups

hi! FilerCursor   cterm=reverse ctermfg=12 ctermbg=8 guifg=#000000 guibg=#efefef gui=NONE

hi! FilerSelected cterm=NONE ctermfg=7 ctermbg=4 guifg=#efefef guibg=#599eff gui=NONE
hi! FilerActive   cterm=NONE ctermfg=7 ctermbg=4 guifg=#efefef guibg=#505050 gui=NONE

hi! FilerMatch    cterm=NONE ctermfg=NONE ctermbg=NONE guifg=NONE    guibg=NONE    gui=NONE
hi! FilerNoMatch  cterm=NONE ctermfg=1    ctermbg=NONE guifg=#9a9a9a guibg=NONE    gui=NONE

hi! def link FilerPrompt     Question
hi! def link FilerInput      MoreMsg
hi! def link FilerCompletion Comment
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].