IDE other than nvim
VS-code shortkeys
⌘ , open setting editor
Ctrl B toggle file tree view
Muốn comment 1 đoạn code thì có 2 cách:
- Ctrl + / (smart comment)
- Shift + Alt + A (chỉ comment phần selected)
⌘D selects the word at the cursor, or the next occurrence of the current selection. Phải select trước rồi mới cmd D. src