Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Emacs config #4

Open
6 of 26 tasks
arg opened this issue Feb 17, 2022 · 0 comments · May be fixed by #5
Open
6 of 26 tasks

Make Emacs config #4

arg opened this issue Feb 17, 2022 · 0 comments · May be fixed by #5

Comments

@arg
Copy link
Owner

arg commented Feb 17, 2022

It should copy these Vim features:

  • Vim keybindings
  • autosave upon exiting from insert mode
  • yank to system clipboard
  • autoinstall plugins on first run
  • spell checking of text, markdown, mail and gitcommit file types
  • man files reader
  • Gruvbox theme
  • Treesitter syntax highlighting (Ruby, JavaScript, Rust, HTML, CSS, ERB, Haml, Markdown, JSON, Yaml, Dockerfile, Fish, Toml)
  • LSP:
    • autocompletion (C-Space)
    • fixing (C-l)
    • goto definition (C-])
  • Git signs
  • toggle line comment (C-/)
  • buffer line
  • file tree (C-n)
  • fuzzy finder (find files with C-o, global search for text within current directory with C-g)
  • run tests (tn, tf, ts)
  • status line:
    • mode
    • file type
    • path
    • git branch
    • position
    • LSP status
  • undo
  • right margin
  • matching bracket highlighting
  • mixed line numbers
  • folding by comment
  • terminal
  • close buffer (C-w)
  • set filetype by comment
@arg arg linked a pull request Feb 18, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant