{"id":16202279,"url":"https://github.com/fechin/oh-my-vim","last_synced_at":"2025-10-12T18:37:57.803Z","repository":{"id":18454726,"uuid":"21648771","full_name":"Fechin/oh-my-vim","owner":"Fechin","description":"vim 私人配置","archived":false,"fork":false,"pushed_at":"2024-01-31T01:36:59.000Z","size":200,"stargazers_count":28,"open_issues_count":0,"forks_count":9,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-09-15T15:47:06.490Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vim Script","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/Fechin.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-07-09T10:40:27.000Z","updated_at":"2025-08-10T09:20:33.000Z","dependencies_parsed_at":"2025-02-13T20:46:28.188Z","dependency_job_id":null,"html_url":"https://github.com/Fechin/oh-my-vim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Fechin/oh-my-vim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fechin%2Foh-my-vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fechin%2Foh-my-vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fechin%2Foh-my-vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fechin%2Foh-my-vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fechin","download_url":"https://codeload.github.com/Fechin/oh-my-vim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fechin%2Foh-my-vim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279012515,"owners_count":26085134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10T09:46:46.623Z","updated_at":"2025-10-12T18:37:57.762Z","avatar_url":"https://github.com/Fechin.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"vim\n===\nvim 配置，私人订制，停止更新， 已转spaceVim\n\n### 说明\n兼容Linux、Mac\n\n为了更好的支持airline状态栏插件，请安装字体 [powerline-fonts](https://github.com/Lokaltog/powerline-fonts)\n\n### 安装\n\n```\n  git clone https://github.com/Fechin/oh-my-vim.git ~/.vim\n```\n\n```\n  ./setup.sh\n```\n  可选参数：启动vim的命令，默认为“vim”,如./setup.sh gvim 或 ./setup.sh MacVim\n\n#### 快捷键\n```\nnnoremap \u003cleader\u003ew :w!\u003cCR\u003e\ninoremap \u003cleader\u003ew \u003cesc\u003e:w!\u003cCR\u003e\n\" ,W\nnnoremap \u003cleader\u003eW :w !sudo tee \u003e /dev/null %\u003cCR\u003e\ninoremap \u003cleader\u003eW :w !sudo tee \u003e /dev/null %\u003cCR\u003e\n\" ,r 运行\nnnoremap \u003cleader\u003er :call CompileAndRun()\u003cCR\u003e\ninoremap \u003cleader\u003er \u003cesc\u003e:call CompileAndRun()\u003cCR\u003e\n\" ,e 文件浏览器\nnnoremap \u003cleader\u003ee :NERDTreeToggle\u003cCR\u003e\n\" ,s 使vimrc生效 \nnnoremap \u003cleader\u003ess :source ~/.vim/vimrc\u003cCR\u003e\n\" ,p 切换粘贴模式\nnnoremap \u003cleader\u003ep :set invpaste paste?\u003cCR\u003e\n\" ,m/,M 切换Buffer\nnnoremap \u003cleader\u003em :bNext\u003cCR\u003e\nnnoremap \u003cleader\u003eM :bprevious\u003cCR\u003e\n\" ,a 全选\nnnoremap \u003cLeader\u003ea ggVG\"\n\n\" J/K 移动选中内容\nvnoremap J :m '\u003e+1\u003cCR\u003egv=gv\nvnoremap K :m '\u003c-2\u003cCR\u003egv=gv\n\nmap \u003csilent\u003e tn :tabnext\u003cCR\u003e\nmap \u003csilent\u003e tp :tabprevious\u003cCR\u003e\n\n```\n\n#### 插件\n---\n```\n\" 状态栏 \nPlug 'vim-airline/vim-airline'\nPlug 'vim-airline/vim-airline-themes'\n\" 文件目录树\nPlug 'vim-scripts/The-NERD-tree'\n\" HTML/CSS代码快速生成\nPlug 'mattn/emmet-vim'\n\" 搜索文件\nPlug 'kien/ctrlp.vim'\n\" 新建文件自动加载模板\nPlug 'aperezdc/vim-template'\n\" 文本更衣\nPlug 'tpope/vim-surround'\n\" 括号自动补全\nPlug 'vim-scripts/Auto-Pairs'\n\" 语法检查\nPlug 'scrooloose/syntastic'\n\" 代码补全\nPlug 'Valloric/YouCompleteMe'\n\" 模板生成补全\nPlug 'SirVer/ultisnips'\n\" snippets\nPlug 'honza/vim-snippets'\n\" 平滑滚动\nPlug 'joeytwiddle/sexy_scroller.vim'\n\" 缩进对齐线\nPlug 'Yggdroot/indentLine'\n\" 文本智能对齐\nPlug 'junegunn/vim-easy-align'\n\" 代码注释\nPlug 'tomtom/tcomment_vim'\n\" 华丽的代码截图Web版\nPlug 'mattr555/vim-instacode'\n\" 神级跳转\nPlug 'easymotion/vim-easymotion'\n\" 优雅的光标\nPlug 'terryma/vim-multiple-cursors'\n\" 优雅的格式化\nPlug 'maksimr/vim-jsbeautify'\n\" 优雅的Git管理\nPlug 'tpope/vim-fugitive'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffechin%2Foh-my-vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffechin%2Foh-my-vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffechin%2Foh-my-vim/lists"}