- (์ธ๋ถ๋งํฌ)250223์์ ์ด๋ณด๋ฅผ ์ํ ์ข์ ๋์์ Explaining Vim Until I Go Insane | Mults
- ๋น ๊ธฐ์ดVim tutorial_mastering-vim-your-guide-to-efficient-text-editing
- ๋ค๋ฅธ-์ธ๊ตญ์ธ-์ค์ -๋ชจ์
taplo format Cargo.toml
.taplo.toml
# See https://taplo.tamasfe.dev/configuration/file.html
# and https://taplo.tamasfe.dev/configuration/formatter-options.html
[formatting]
# Aligning comments with the largest line creates
# diff noise when neighboring lines are changed.
align_comments = false
# Matches how rustfmt formats Rust code
column_width = 100
indent_string = " "
(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
Undo & Redo|๐|
# undo๋ง์ด ์
u
# Redo
CTRL+R
# macOS์์ ์ด๋ ๊ฒ ์ธํ
ํจ. command + y
CMD + Y
๋ค๋ฅธ ์ฌ๋์ ์ ๋ฆฌ๋ 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[๐]
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