Giter VIP home page Giter VIP logo

.emacs.d's Introduction

快速-简单-多功能的配置

Evan Emacs

启动时间仅需 0.3 s

安装教程

mv ~/.emacs.d ~/.emacs.d_bak

git clone https://github.com/evanmeek/.emacs.d

cd ~/.emacs.d

git submodule update --init --recursive

核心插件

名称作用
one-key快速创建一个按键菜单,很方便的根据功能分类出多个按键菜单
lazy-load使得我定义的按键对应的命令能够很方便的实现懒加载
meow基于同时移动选区的模式编辑插件
lsp-bridgelsp支持,补全支持
ivy+swiper+counselminibuffer的增强
dirvish替代dired,实现Emacs作为文件管理器
bongo用来听歌
telegaEmacs中的telegram客户端
magitEmacs中的git图形化客户端
projectEmacs中管理项目

按键绑定说明

分为以下几个类别:

详情请于init-meow.el和init-key.el中查看

  • Leader meow中的leader是SPC(空格键),下面是按下SPC后再按以下键能做的事情
    KeyDescriptionComand
    tToggle Menu_
    fFile Menu_
    sSearch Menu_
    bBuffer Menu_
    cCode Menu_
    pProject Menu_
    vMagit Menu_
    oOrg Menu_
    wWindow Menu_
    TabSortTab Menu_
    eEAF Menu_
    nBlog Menu_
    SPC在当前项目下查找文件project-find-file
    -跳转到下一个错误lsp-bridge-jump-to-next-diagnostic
  • Toggle 用于开关某些功能
    KeyDescriptionCommand
    p开关代理_
    l开关显示行号_
    t开关Telega_
    c开关Crow_
    s开关EShell_
    v开关vterm_
    T开关背景透明_
    f开关树形文件管理器_
  • Window
    KeyDescriptionCommand
    l聚焦至右边的窗口_
    h聚焦至左边的窗口_
    k聚焦至上面的窗口_
    j聚焦至下面的窗口_
    L与右边的窗口交换_
    H与左边的窗口交换_
    K与上面的窗口交换_
    J与下面的窗口交换_
    s纵向分屏_
    v横向分屏_
    d删除当前窗口_
    u撤回至上一次窗口布局_
    C-h缩小窗口_
    m仅保留当前窗口_
    C-k另一个窗口内容向上滚动_
    C-j另一个窗口内容向下滚动_
  • File
    KeyDescription
    s保存Buffer
    d打开Dirvish
    p快速查看Emacs配置文件
    r搜索最近打开过的文件
    f选择文件打开
  • Search
    KeyDescription
    s在Buffer中搜索内容
    S在多个Buffer中搜索内容
    g使用Ripgrep搜索当前目录中的内容
    d使用Snails
    r使用Colorg
    y搜索剪贴板内的内容
  • Buffer
    KeyDescription
    b切换Buffer
    k关闭Buffer
    T切换Telega模式的Buffer
    t切换Telega聊天Buffer
    r重载Buffer
  • Code
    KeyDescription
    f格式化代码
    e打开诊断Menu
    d跳转到实现
    b跳回上一个跳转点
    r查找引用
    n重命名
    i查找实现
    s显示文档
  • EAF
    KeyDescription
    o使用EAF打开一切
    b打开EAF浏览器
  • Magit
    KeyDescription
    v打开Magit
    l复制当前行的Git链接
  • Useful
    KeyDescription
    u翻译选区内的内容
    c开关Crow-mode
    mBongo Menu
    e开启英语老师帮忙写英文模式
    p复制Buffer的文件名
    S提权并重新打开当前文件
    iCounsel Menu
  • Org
    KeyDescription
    cOrg-Capture
  • Blog
    KeyDescription
    c创建文章
    f快速搜索文章
    p预览当前Buffer
    P发布网站
    d删除此文章

.emacs.d's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.