{"id":20570393,"url":"https://github.com/younghakim7/rust_vim_setting","last_synced_at":"2026-03-19T16:26:22.368Z","repository":{"id":59978024,"uuid":"457388743","full_name":"YoungHaKim7/rust_vim_setting","owner":"YoungHaKim7","description":"My Youtube Channel - GlobalYoung https://www.youtube.com/@GlobalYoung7","archived":false,"fork":false,"pushed_at":"2026-03-03T05:42:46.000Z","size":22199,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-03T09:26:54.116Z","etag":null,"topics":["alacritty","broot","emacs","fishshell","helix","neovim","rust","vim","zed"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","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/YoungHaKim7.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-02-09T14:17:54.000Z","updated_at":"2026-03-03T05:42:49.000Z","dependencies_parsed_at":"2024-04-07T03:30:41.879Z","dependency_job_id":"1d4506a0-117b-4f83-906c-ab91d8c12bc3","html_url":"https://github.com/YoungHaKim7/rust_vim_setting","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/YoungHaKim7/rust_vim_setting","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YoungHaKim7%2Frust_vim_setting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YoungHaKim7%2Frust_vim_setting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YoungHaKim7%2Frust_vim_setting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YoungHaKim7%2Frust_vim_setting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YoungHaKim7","download_url":"https://codeload.github.com/YoungHaKim7/rust_vim_setting/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YoungHaKim7%2Frust_vim_setting/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30203337,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"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":["alacritty","broot","emacs","fishshell","helix","neovim","rust","vim","zed"],"created_at":"2024-11-16T05:12:42.987Z","updated_at":"2026-03-06T23:32:01.651Z","avatar_url":"https://github.com/YoungHaKim7.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# link\n- [(외부링크)250223완전 초보를 위한 좋은 동영상 Explaining Vim Until I Go Insane | Mults](https://youtu.be/LuhAzI3wvmI?si=5Sr_d-m1eHjeoXl4)\n- [빔 기초Vim tutorial_mastering-vim-your-guide-to-efficient-text-editing](#mastering-vim-your-guide-to-efficient-text-editing)\n  - [Vim Cheat Sheet(그림으로 간단한 명령어 위주 \u0026 완전 자세히)](#vim-cheat-sheet)\n- [다른-외국인-설정-모음](#다른-외국인-설정-모음)\n\n\u003chr /\u003e\n\n- [(외부링크)Vim documentation(공식문서)](https://vimdoc.sourceforge.net/htmldoc/)\n  - [nvim lua가이드 한글판](https://github.com/krapjost/nvim-lua-guide-kr)\n\n\u003chr\u003e\n\n- [toml fmt](https://taplo.tamasfe.dev/cli/installation/binary.html)\n\n\u003chr /\u003e\n\n- [git commit 메세지를 설정하는 에디터가 기본적vim으로 변경](#git-commit-메세지를-설정하는-에디터가-기본적vim으로-변경)\n\n\n\u003chr /\u003e\n\n# toml Fmt\n- https://github.com/tamasfe/taplo\n  - [sample code](https://github.com/tamasfe/taplo/blob/master/taplo.toml)\n\n```bash\ntaplo format Cargo.toml\n```\n\n- `.taplo.toml`\n\n```toml\n# See https://taplo.tamasfe.dev/configuration/file.html\n# and https://taplo.tamasfe.dev/configuration/formatter-options.html\n\n[formatting]\n# Aligning comments with the largest line creates\n# diff noise when neighboring lines are changed.\nalign_comments = false\n\n# Matches how rustfmt formats Rust code\ncolumn_width = 100\nindent_string = \"    \"\n```\n\n\u003chr /\u003e\n\n\n# (Rust\u0026Python_etc..)☆☆__VSCode Vs Pycharm(파이참)Vs Visual Studio(비주얼스튜디오)자주 쓰는 단축키 비교☆☆(MacOS,Win)[[🔝]](#link)\n\nhttps://economiceco.tistory.com/3638\n\n# VSCode Extensions 잘 정리됨[[🔝]](#link)\n\nhttps://viatsko.github.io/awesome-vscode/\n\n# rust_vim_setting[[🔝]](#link)\n\n\u003cbr\u003e\n\n\u003chr\u003e\n\n# neovim-for-beginner[[🔝]](#link)\n\nCompanion code for the [Medium Neovim for Beginners series.](https://alpha2phi.medium.com/learn-neovim-the-practical-way-8818fcf4830f#545a)\n\n\n## my neovim set_lua setting(full 세팅)\n\n```\n:colorscheme tokyonight-night\n\n\n// 어두운 빨간색2(inlay hint)\n: hi Comment guifg=#cfe2f3 guibg=#92342d\n```\n\n\u003cbr\u003e\n\n# LunarVim InLayHint **\\_**Comment Color[[🔝]](#link)\n\n```\n// 어두운 빨간색\n: hi Comment guifg=#cfe2f3 guibg=#c90076\n\n\n// 어두운 빨간색2\n: hi Comment guifg=#cfe2f3 guibg=#92342d\n\n\n// 밝은 분홍색 느낌\n: hi Comment guifg=#cfe2f3 guibg=#ff439f\n\n\n\n\n```\n\n- color-hex\n\nhttps://www.color-hex.com/color/ff439f\n\n\u003cbr\u003e\n\n\u003chr\u003e\n\n# Vim정리 종결자[[🔝]](#link)\n\nhttps://github.com/mhinz/vim-galore\n\n# Vim Cheat Sheet[[🔝]](#link)\n- https://www.facebook.com/share/p/Dh9nVyKqm1ySG3Ha/?mibextid=WC7FNe\n![IMG_8452](https://github.com/user-attachments/assets/2b5d90c4-db98-4f96-a678-c6b28f7432b9)\n\n- http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html\n![vi-vim-cheat-sheet](https://github.com/user-attachments/assets/57e8118e-d120-4d98-8539-2d327b612e01)\n![vim-movement-commands-cheatsheet](https://github.com/user-attachments/assets/512f1edc-b6df-43d7-928a-fd561f950dc6)\n![vim_cheat_sheet_for_programmers_screen](https://github.com/user-attachments/assets/ff7925a4-da96-4afd-a59c-2dde2a18cff9)\n\n\n# Hyperpolyglot(Text Mode Editors: Vim, Emacs, Nano)\n\nhttps://docs.huihoo.com/programming-language/hyperpolyglot.org/text-mode-editors.html\n\n\u003cbr\u003e\n\n\u003chr\u003e\n\n# rust_neoVim_Setting[|🔝|](#link)\n\n[neoVim_Setting Youtube](https://www.youtube.com/watch?v=ctH-a-1eUME\u0026list=PLhoH5vyxr6Qq41NFL4GvhFp-WLd5xzIzZ)\n\n\u003chr\u003e\n\n\u003e \u003e Github\n\u003e \u003e [Github_LunarVim](https://github.com/LunarVim/Neovim-from-scratch)\n\n\u003cbr\u003e\n\n\u003chr /\u003e\n\n# Undo \u0026 Redo[|🔝|](#link)\n- https://www.warp.dev/terminus/undo-redo-in-vim\n\n```\n# undo많이 씀\nu\n\n# Redo\nCTRL+R\n# macOS에선 이렇게 세팅함. command + y\nCMD + Y\n \n```\n\n\u003chr\u003e\n\n# 다른 사람의 정리된 Vim 정리 끝판왕(역시 이 세상에는 괴물들이 참 많다.ㅋ)[[🔝]](#link)\n\n- Vim정리 종결자 https://github.com/mhinz/vim-galore\n\nhttp://m.egloos.zum.com/mataeoh/v/7036315\n\nhttps://profkuperman.com/help/vim/home.html\n\n- graphic으로 잘 정리됨. 한눈에 다 들어옴(Normal, Insert mode, 등등)\n\n  - http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html\n\n\u003chr\u003e\n\n# 내가 나름 정리한 Vim tutorials[[🔝]](#link)\n\n- https://economiceco.tistory.com/12352\n\nEmacs Cheat Sheet❤️(Vim과 비교 젤 보기 좋다)👍\nhttps://economiceco.tistory.com/14813\n\n- ❤️ Hyperpolyglot\nText Mode Editors: Vim, Emacs, Nano\nhttps://docs.huihoo.com/programming-language/hyperpolyglot.org/text-mode-editors.html\n\n\n\u003chr\u003e\n\n\u003cbr\u003e\n\n# Emacs Setting[[🔝]](#link)\n\n-[Lisp language*Emac_DoomEmacs_tutorial_LSP_Install*설치및자동완성활용법\\_기초한글강의 #lisplang #emacs #doomemacs #lsp](https://youtu.be/xngl_-994Yg)\n\n\u003cbr\u003e\n\n# Helix Editor Tutorial[[🔝]](#link)\n\n한글러스트Rust강의\\_041⭐️Rust로 만든 에디터Helix기초\\_helix tutorial #rustlang #helix\n\n- https://youtu.be/cZfF1XRoIC8\n\n\u003cbr\u003e\n\n# VScode[[🔝]](#link)\n\n- External terminal\n\nhttps://code.visualstudio.com/docs/terminal/basics#_links\n\nNote: Open an external terminal with the ⇧⌘C keyboard shortcut if you prefer to work outside VS Code.\n\n```\nmacos\n\n⇧⌘C\n\nCommand + Shift + C\n```\n\nsetting.JSON\n\n```json\n{\n    \"terminal.integrated.fontFamily\": \"MesloLGS NF\",\n    \"terminal.external.osxExec\": \"Warp.app\"\n}\n```\n\n\u003cbr\u003e\n\n# Lapce Editor[[🔝]](#link)\n\n- 한글러스트Rust강의*038_lapce*⭐️Rust_traits기초 #rustlang\n\nhttps://youtu.be/Gpe-zGS5W0I\n\n# 다른 외국인 설정 모음[[🔝]](#link)\n- https://gist.github.com/LukeMathWalker\n- https://github.com/BurntSushi/dotfiles\n- 옛날 코드지만 배울게 많다. 루비로 세팅\n  - https://github.com/carlhuda/janus\n\n\u003chr\u003e\n\n# Mastering VIM: Your Guide to Efficient Text Editing[[🔝]](#link)\n\n- https://www.freecodecamp.org/news/mastering-vim-your-guide-to-efficient-text-editing/\n  - VIM Essentials Course for Beginners | freeCodeCamp.org\n    - https://youtu.be/JYNA9j8SXs4?si=BFs84HXofXHg36Mt\n\n# git commit 메세지를 설정하는 에디터가 기본적vim으로 변경[|🔝|](#link)\n\n- git commit 메세지를 설정하는 에디터가 기본적으로는 nano 에디터일 텐데, nano에디터에는 익숙하지 않아서 vim으로 바꿨었다. vim으로 바꾸는 커맨드는 다음과 같다.\n\n```bash\n$ git config --global core.editor vim\n```\n\n- git commit 메세지를 sublime text로 저장하는 방법 - https://thinkpro.tistory.com/m/142\n\n\n# git default Vim설정\n\n```bash\ngit config --global core.editor \"vim\"\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyounghakim7%2Frust_vim_setting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyounghakim7%2Frust_vim_setting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyounghakim7%2Frust_vim_setting/lists"}