website
1. GitHub Page Openpackage.jsonand update the following values: homepage: set to http://{github-username}.github.io/{repo-name}, where github-username is your GitHub username and rep...
1. GitHub Page Openpackage.jsonand update the following values: homepage: set to http://{github-username}.github.io/{repo-name}, where github-username is your GitHub username and rep...
1. Setup github.dev: A free, online code editor that you’ll be coding directly in the browser CodeSwing: An extension that allows you to make edits to the HTML and CSS and see the results imm...
1. 安装Ruby 更新并安装依赖 sudo apt update sudo apt install -y git build-essential libssl-dev libreadline-dev zlib1g-dev rbenv libyaml-dev ruby3.0-dev 克隆 rbenv 和 ruby-build git clone https://github.com/rbe...
linux system programming introduction to buildroot 1. Buildroot子仓库配置 第一次初始化一个Buildroot仓库 git clone git@github.com:artwalker/BuildrootLinux.git git submodule add -b 2024.02.x https://gitlab.com/b...
Methods: Impatient-mode Reference Install impatient-mode with `M-x package-install RET impatient-mode RET, given you have configured package.el to use the melpa repository. Start an emacs’ we...
Keystrokes Command name Action C-x C-f File → Open File find-file Find file and read it in a new buffer. C-x C-v find-alternate-f...
Keystrokes Command name Action (none) refill-mode Toggle refill mode, in which Emacs automatically reformats text. (none)Options → Word...
Keystrokes Command name Action C-f forward-char Moveforward one character (right). C-b backward-char Movebackward one chara...
Keystrokes Command name Action C-d delete-char Delete character under cursor. Del delete-backward-char Delete previous char...
Keystrokes Command name Action C-@ or C- Space set-mark-command Mark the beginning (or end) of a region. C-x C-x exchange-point-a...