{"id":16280882,"url":"https://github.com/cynipe/vim-quick-start","last_synced_at":"2026-01-31T22:03:53.465Z","repository":{"id":2590155,"uuid":"3571882","full_name":"cynipe/vim-quick-start","owner":"cynipe","description":"最低限？必要そうな設定を入れたvimの設定ファイル","archived":false,"fork":false,"pushed_at":"2012-02-28T15:02:57.000Z","size":95,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-15T22:46:06.366Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"VimL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cynipe.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-28T14:39:53.000Z","updated_at":"2014-04-27T13:10:48.000Z","dependencies_parsed_at":"2022-08-29T05:00:44.801Z","dependency_job_id":null,"html_url":"https://github.com/cynipe/vim-quick-start","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cynipe/vim-quick-start","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cynipe%2Fvim-quick-start","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cynipe%2Fvim-quick-start/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cynipe%2Fvim-quick-start/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cynipe%2Fvim-quick-start/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cynipe","download_url":"https://codeload.github.com/cynipe/vim-quick-start/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cynipe%2Fvim-quick-start/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28956939,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T18:30:42.805Z","status":"ssl_error","status_checked_at":"2026-01-31T18:30:19.593Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T19:02:57.897Z","updated_at":"2026-01-31T22:03:53.437Z","avatar_url":"https://github.com/cynipe.png","language":"VimL","readme":"======\nREADME\n======\n\n入っているプラグイン\n====================\n\n.. list-table::\n  :stub-columns: 1\n\n  * - gmarik/vundle\n    - Plugin管理\n\n  * - Shougo/unite.vim\n    - 色々なコマンドを統合するプラグイン\n\n  * - Shougo/neocomplcache\n    - 補完Plugin\n\n  * - h1mesuke/unite-outline\n    - ファイルアウトライン表示Plugin\n  * - scrooloose/nerdtree\n    - EclipseのPackage Explore的にディレクトリを表示してくれるPlugin\n\n  * - tpope/vim-fugitive\n    - Git連携Plugin\n\n  * - vim-coffee-script\n    - CoffeeScript用Plugin\n\n  * - Lokaltog/vim-powerline\n    - ステータスラインをカッコよくする\n\nインストール方法\n================\n\n #. まずこのリポジトリとvundleをクローンする::\n\n      git clone https://github.com/cynipe/vim-quick-start.git ~/dotfiles/vim\n      git clone https://github.com/gmarik/vundle.git ~/dotfiles/vim/.vim/bundle/vundle\n\n #. OS毎に後述の方法でシンボリックリンク等を貼る\n #. GVimを起動し、エラーは無視して:BundleInstallを実行\n\nLinux, OSX\n----------\n\n::\n\n  ln -sF ~/dotfiles/.vimrc $HOME\n  ln -sF ~/dotfiles/.vim $HOME\n\nWindowsXP\n---------\n\nhttp://technet.microsoft.com/en-us/sysinternals/bb896768.aspx からjunctionをダウンロードしてインストールする(PATHを通せばOK)\n\n::\n\n  md %USERPROFILE%\\_vimfiles\n  junction %USERPROFILE%\\_vimrc %USERPROFILE%\\.vimrc\n  junction %USERPROFILE%\\_vimfiles %USERPROFILE%\\.vim\n\n\nWindows Vista以降\n-----------------\n\n::\n\n  mklink %USERPROFILE%\\_vimrc ~/dotfiles/.vimrc\n  mklink \\d %USERPROFILE%\\_vimfiles ~/dotfiles/.vim\n\n\n使い方\n======\n\nベーシック\n----------\n\n\u003cC-i\u003e\n  ヘルプを開く\n\u003cC-i\u003e\u003cC-i\u003e\n  カーソル下のキーワードのヘルプを表示\n:Ev\n  vimrcを開く\n:Rv\n  vimrcをその場でリロード\n\n移動\n----\n\n\u003cC-a\u003e\n  行頭に移動(^と同じ)\n\u003cC-e\u003e\n  行末に移動($と同じ)\n\u003cC-v\u003e\n  矩形選択\n\u003cS-v\u003e\n  行選択\n[\n  対応する括弧に移動\n]\n  対応する括弧に移動\nvv\n  カーソル位置から行末まで選択\n\n編集\n----\n\n\u003cC-x\u003e\n  行末の空白を除去する\n\u003cC-z\u003e\n  tabをスペースに変換する\n\n編集\n----\n\n:Cp932\n  CP932でファイルを開き直す\n:Eucjp\n  EUCJPでファイルを開き直す\n:Iso2022jp\n  ISO2022JPでファイルを開き直す\n:Utf8\n  UTF-8でファイルを開き直す\n:Jis\n  JISでファイルを開き直す\n:Sjis\n  SJISでファイルを開き直す\n\n補完\n----\n\nneocomplcacheの機能\n\n補完表示時に\u003cC-y\u003e\n  書いた文字はそのままに補完をキャンセル\n補完表示時に\u003cC-e\u003e\n  書いた文字を削除して補完をキャンセル\n\nEclipseのパッケージエクスプローラ的なもの\n-----------------------------------------\n\nNERDTreeの機能\n\n\u003cS-t\u003e\n  エクスプローラを開く/閉じる\nエクスプローラ上で\u003cC-i\u003e\n  隠しファイルも表示\nエクスプローラ上でma\n  空ファイルを新規作成。\n\n  名前の末尾を/で終わらせるとディレクトリ作成\nエクスプローラ上でmm\n  対象ファイル(ディレクトリ)を移動\nエクスプローラ上でmd\n  対象ファイル(ディレクトリ)を削除\n\n  ディレクトリ削除の場合はyesと入力しない限り削除されない。\n  通常ファイルはy\nエクスプローラ上でr\n  システムのファイラ(エクスプローラ、Finder)を開く\nエクスプローラ上で\u003cS-r\u003e\n  リフレッシュ\nエクスプローラ上でo\n  ファイルを開く\n\n  ディレクトリの場合展開\nエクスプローラ上でv\n  水平分割で開く\nエクスプローラ上でs\n  垂直分割で開く\n\nEclipseのOpen Resource(Ctrl+Alt+R)\n----------------------------------\n\nUnite.vimの機能\n\nff\n  カレントディレクトリをベースにファイル一覧を表示\nfb\n  バッファ一覧を表示\nfu\n  最近使ったファイル一覧を表示\nfd\n  現在のバッファのカレントディレクトリからファイル一覧\n一覧表示時にq\n  開いている一覧を閉じる\n一覧表示時に\u003cESC\u003e\u003cESC\u003e\n  開いている一覧を閉じる\n一覧表示時にjj\n  開いている一覧上で選択モードになる\n  jjしたあとはjkで上下移動可\n一覧でファイル選択時に\u003cC-l\u003e\n  開きたいファイル上で実行すると水平分割で開く\n一覧でファイル選択時に\u003cC-v\u003e\n  開きたいファイル上で実行すると垂直分割で開く\n\ngit操作関連\n-----------\n\nfugtiv.vimの機能\n\n\u003cSpace\u003egd\n  編集中のファイルに対してgit diff\n\u003cSpace\u003egs\n  git statusを表示\n\u003cSpace\u003egl\n  git logを表示\n\u003cSpace\u003ega\n  編集中のファイルをgit add\n\u003cSpace\u003egc :\u003cC-u\u003eGcommit\u003cEnter\u003e\n  git commit\n\u003cSpace\u003egC :\u003cC-u\u003eGit commit --amend\u003cEnter\u003e\n  git commit --amend\n\u003cSpace\u003egb\n  編集中のファイルに対してgit blame\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcynipe%2Fvim-quick-start","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcynipe%2Fvim-quick-start","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcynipe%2Fvim-quick-start/lists"}