Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- model-free control
- 자료구조
- REINFORCE
- Actor-Critic
- thresholding
- straightup
- normalization
- clip intensity values
- sample rows
- checkitout
- resample
- pulloff
- Inorder Traversal
- sidleup
- freebooze
- non parametic softmax
- Excel
- scowl
- remove outliers
- loss functions
- shadowing
- Knowledge Distillation
- 3d medical image
- noise contrast estimation
- objective functions for machine learning
- Policy Gradient
- fastapi
- rest-api
- domain adaptation
- MRI
Archives
- Today
- Total
Let's Run Jinyeah
VIM Editor Commands 본문
Changing mode from insert mode to command mode
- From command mode to insert mode - type a/A/i/I/o/O (더보기)
- From insert mode to command mode - type Esc (escape key)
더보기
Text Entry commands
a Append text following current cursor position
A Append text to the end of current line
i Insert text before the current cursor position
I Insert text at the beginning of the cursor line
o Open up a new line following the current line and add text there
O Open up a new line in front of the current line and add text there
Exit Commands
- :wq Write file to disk and quit the editor
- :q! Quit (no warning)
- :q Quit (a warning is printed if a modified file has not been saved)
'Programming > Linux' 카테고리의 다른 글
Linux Disk 확인 및 Filesystem 용량 확인 (0) | 2022.08.08 |
---|---|
Linux Command 모음 (0) | 2022.05.17 |
VS Code 원격서버 연동 (0) | 2022.05.17 |
Copy Files from local to Ubuntu server (0) | 2022.05.17 |
Comments