Emacs使用笔记

本文相关插件及自定义快捷键的使用,需要结合对应的插件及配置文件。查看或下载相关文件,请访问如何优雅地使用Emacs.

快捷键注解:C-Ctrl,M-Alt

Emacs基本操作

文件操作

编辑操作

执行SHELL命令

窗口操作

缓冲区列表操作

搜索模式

字体

其他

自定义(自定义配置文件)

帮助

在emacs下复制粘贴步骤

NeoTree

基础快捷键

命令(全局有效)

命令(NeoTree Buffer 有效)

Magit

安装

Installing from Melpa(官方安装参考文档https://magit.vc/manual/magit/Installation.html)

Magit is available from Melpa and Melpa-Stable. If you haven’t used Emacs’ package manager before, then it is high time you familiarize yourself with it by reading the documentation in the Emacs manual, see (emacs)Packages. Then add one of the archives topackage-archives:

  • To use Melpa: (require ‘package)
    (add-to-list ‘package-archives
    ‘(“melpa” . “http://melpa.org/packages/”) t)
  • To use Melpa-Stable: (require ‘package)
    (add-to-list ‘package-archives
    ‘(“melpa-stable” . “http://stable.melpa.org/packages/”) t)

Once you have added your preferred archive, you need to update the local package list using:

Once you have done that, you can install Magit and its dependencies using:

基本操作举例

clone我们的github项目到本地

commit提交改动文件

push commit到远程github仓库

其它

->解决Unable to auto-detect email address

W3M

安装

参数

快捷键

基本操作

光标移动

页面信息展示

页面操作

书签

标签页操作

搜索

编辑命令

其他命令

自定义快捷键



说点什么

avatar
250
  关注  
提醒