-
Notifications
You must be signed in to change notification settings - Fork 0
Text editors
GradedJestRisk edited this page Apr 23, 2021
·
1 revision
List
- cat: bare metal
- bat: cat with color
- vi
Wiki
Configuration file: ~/.vimrc
Overview
- show special character
:set list
- hide special character
:set nolist
- show line number
:set number
- hide line number
:set nolist
Overview:
- use spaces insted of tabs
- existing code
: retab
- new code
:set expandtab
- existing code
- set tab length
:set tabstop=3
- set tab length ??
:set shiftwidth=3