Emacs on Debian

Introduction

  • A txt editor for debian system.

Command

sudo apt-get install software-properties-common
sudo apt-get update 
sudo apt-get install gnupg2      # gnupg, gnupg1, gnupg2
wget -q http://emacs.ganneff.de/apt.key -O- | sudo apt-key add
sudo add-apt-repository "deb http://emacs.ganneff.de/ buster main"
sudo apt-get update
sudo apt-get install emacs-snapshot
sudo update-alternatives --config emacsclient
recent article

Shortcut keys for Spacemacs

List key description SPC h SPC 调出所有帮助文档 SPC f e d 快速打开配置文件 .spacemacs SPC f e R 重新执行初始化过程 用于修改~/.spacemacs后 SPC f s 保存一个buffer SPC f R 重命...…

shortcut keys emacs debian blogread
previous article

Rename

Introduction A command on ubuntu to deal with files.DescriptionUsage: rename [ -h|-m|-V ] [ -v ] [ -n ] [ -f ] [ -e|-E perlexpr]*|perlexpr [ files ]Options: -v, -verbose Verbose: print names of files successfully renamed. -...…

command ubuntu blogread