(Rust&Python_etc..)☆☆__VSCode Vs Pycharm(파이참)Vs Visual Studio(비주얼스튜디오)자주 쓰는 단축키 비교☆☆(MacOS,Win)[🔝]
https://economiceco.tistory.com/3638
VSCode Extensions 잘 정리됨[🔝]
https://viatsko.github.io/awesome-vscode/
rust_vim_setting[🔝]
neovim-for-beginner[🔝]
Companion code for the Medium Neovim for Beginners series.
:colorscheme tokyonight-night
// 어두운 빨간색2(inlay hint)
: hi Comment guifg=#cfe2f3 guibg=#92342d
LunarVim InLayHint **_**Comment Color[🔝]
// 어두운 빨간색
: hi Comment guifg=#cfe2f3 guibg=#c90076
// 어두운 빨간색2
: hi Comment guifg=#cfe2f3 guibg=#92342d
// 밝은 분홍색 느낌
: hi Comment guifg=#cfe2f3 guibg=#ff439f
- color-hex
https://www.color-hex.com/color/ff439f
Vim정리 종결자[🔝]
https://github.com/mhinz/vim-galore
Vim Cheat Sheet[🔝]
-
https://www.facebook.com/share/p/Dh9nVyKqm1ySG3Ha/?mibextid=WC7FNe
-
http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html
https://docs.huihoo.com/programming-language/hyperpolyglot.org/text-mode-editors.html
rust_neoVim_Setting[🔝]
Github Github_LunarVim
다른 사람의 정리된 Vim 정리 끝판왕(역시 이 세상에는 괴물들이 참 많다.ㅋ)[🔝]
- Vim정리 종결자 https://github.com/mhinz/vim-galore
http://m.egloos.zum.com/mataeoh/v/7036315
https://profkuperman.com/help/vim/home.html
-
graphic으로 잘 정리됨. 한눈에 다 들어옴(Normal, Insert mode, 등등)
내가 나름 정리한 Vim tutorials[🔝]
Emacs Cheat Sheet❤️(Vim과 비교 젤 보기 좋다)👍 https://economiceco.tistory.com/14813
- ❤️ Hyperpolyglot Text Mode Editors: Vim, Emacs, Nano https://docs.huihoo.com/programming-language/hyperpolyglot.org/text-mode-editors.html
Emacs Setting[🔝]
-Lisp languageEmac_DoomEmacs_tutorial_LSP_Install설치및자동완성활용법_기초한글강의 #lisplang #emacs #doomemacs #lsp
Helix Editor Tutorial[🔝]
한글러스트Rust강의_041⭐️Rust로 만든 에디터Helix기초_helix tutorial #rustlang #helix
VScode[🔝]
- External terminal
https://code.visualstudio.com/docs/terminal/basics#_links
Note: Open an external terminal with the ⇧⌘C keyboard shortcut if you prefer to work outside VS Code.
macos
⇧⌘C
Command + Shift + C
setting.JSON
{
"terminal.integrated.fontFamily": "MesloLGS NF",
"terminal.external.osxExec": "Warp.app"
}
Lapce Editor[🔝]
- 한글러스트Rust강의038_lapce⭐️Rust_traits기초 #rustlang
다른 외국인 설정 모음[🔝]
- https://gist.github.com/LukeMathWalker
- https://github.com/BurntSushi/dotfiles
- 옛날 코드지만 배울게 많다. 루비로 세팅
Mastering VIM: Your Guide to Efficient Text Editing[🔝]
- https://www.freecodecamp.org/news/mastering-vim-your-guide-to-efficient-text-editing/
- VIM Essentials Course for Beginners | freeCodeCamp.org