xxxxxxxxxx
# 1. First, you need to press CTRL + Shift + 6 to mark the start of your block.
# 2. Now, shift the cursor to the end of the block with the arrow keys, and it will outline the text.
# 3. Finally, press CTRL + K to cut/delete a block and it will remove a line in nano.
xxxxxxxxxx
# Install development toolchain
pacman -S --needed base-devel mingw-w64-x86_64-toolchain
# Install specific GNU tools
pacman -S \
mingw-w64-x86_64-gcc \
mingw-w64-x86_64-gdb \
mingw-w64-x86_64-make \
mingw-w64-x86_64-binutils