links: [[010 Vim MOC]]
---
# Start a terminal
- You can open a terminal buffer by calling `:terminal` command in Normal mode
# Sending input to terminal
- By default the opened terminal will be in *terminal-mode*, so that you can use the vim capabilities. In order to enter *insert-mode* use `i` or `:startinsert`
# Exit insert mode in terminal
- In order to exit `insert-mode` from terminal, use `<C-\><C-N>`
- This will change the buffer to `normal-mode` and you can use all vim commands
-
---
tags: #vim, #terminal