https://github.com/endel/ctrlp-filetype.vim
CtrlP plugin: Filetype finder and setter.
https://github.com/endel/ctrlp-filetype.vim
Last synced: about 1 year ago
JSON representation
CtrlP plugin: Filetype finder and setter.
- Host: GitHub
- URL: https://github.com/endel/ctrlp-filetype.vim
- Owner: endel
- License: other
- Created: 2012-05-15T00:28:14.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-05-15T02:12:26.000Z (about 14 years ago)
- Last Synced: 2025-02-12T06:21:18.320Z (over 1 year ago)
- Language: VimL
- Size: 93.8 KB
- Stars: 15
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CtrlP plugin to find and set filetype easily.
===
[CtrlP](https://github.com/kien/ctrlp.vim) is an awesome plugin for finding files, buffers, tags, etc.
This plugin allow you to use CtrlP finder to execute **setfiletype** easily.
Installation
---
Install it using [pathogen](https://github.com/tpope/vim-pathogen).
In your vimrc: configure a key binding to find and set a filetype.
" CtrlP for filetype
let g:ctrlp_extensions = ['filetype']
silent! nnoremap f :CtrlPFiletype
Hope you enjoy it.
License
---
This plugin is distributed under the MIT license. Please see the LICENSE file.