5
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

モダンなポップアップfinder vim-clapを使う

Last updated at Posted at 2020-02-02

概要

ポップアップで表示されるfinder vimプラグインです。
最近ctrlp.vimからのりかえました。

必要となるvim/neovimのバージョン

vim/neovim version
vim patch-8.1.2114
neovim nvim-0.4

画面イメージ

1.png

使用している主な機能

コマンド 内容 備考
Clap gfiles git管理されているファイルの検索 gitが必要
Clap lines ファイル内の行の検索
Clap yanks yank内容の検索&ペースト

上記以外にもたくさん機能があり、GitHubのリポジトリで確認できます。
liuchengxu/vim-clap

キーマッピング

ctrlp.vimからのりかえたので、 ctrl + p にマッピングしました。

nnoremap <silent> <C-p> :Clap gfiles<CR>
5
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?