Git Product home page Git Product logo

emacs.d's Introduction

Emacs Configuration

0. package manager

use-package

1. basic

  1. restart
  2. benchmark-init

2. navigation

file search

  1. fzf, fuzzy file name search

code search

  1. fuzzy code search, e.g. rg
  2. regexp code search

sidebar file explorer

  1. treemacs
  2. show git change
  3. show error

project swtich

  1. projectile

window jump

  1. like tmux <prefix>q
  2. use window-numbering

buffer / tab jump

  1. setup key-bindings

code jump

  1. like vim-easymotion

file browser

  1. like ranger

3. ui

3.1. theme

  1. srcery

3.2. welcome page

  1. recent files
  2. recent files in current project
  3. like vim-startify

3.3. bottom status bar

  1. like vim-airline
  2. e.g. doomline, speedbar

3.4. floatwindow

  1. support narrow-region
  2. float terminal

4. editing

vim editing

  1. leader
  2. global & normal command
  3. surround
  4. abolish, (camelCase to snake_case, etc)
  5. visual-star search

note taking (org, md, etc)

  1. execute code block, e.g. python
  2. use org-babel
  3. brower preview (like vim markdown-preview)

narrow window

  1. with expand region

format

  1. tabular
  2. split line by (e.g. comma) (like splitjoin.vim)
  3. table-mode

others

  1. visual numbering (like VisIncr)
  2. buffer management (choose, organize and confirm-close buffers, like grbi)
  3. register content display
  4. comment toggle
  5. search in project and edit all matches

5. coding (& language)

code syntax, completion

  1. lsp
  2. golang
  3. python

spell check

  1. camelCase check
  2. ignore some words

code format

  1. json format

snippets

playground

runner

  1. like RunVimRun function

6. dev tools

git

  1. magit
  2. git graph tool
  3. gitgutter
  4. inline git blame

terminal

  1. eshell or vterm

copilot

emacs.d's People

Watchers

 avatar  avatar

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.