Skip to content

Latest commit

Β 

History

History
25 lines (23 loc) Β· 1.49 KB

features.mdx

File metadata and controls

25 lines (23 loc) Β· 1.49 KB
title
Features

Better Vim comes with lots of slick defaults and an outstanding UI. Here is a detailed list of our features:

  • Tabs πŸ“‚
  • Nice defaults that everyone agrees with 🧠
  • File explorer πŸ—ƒοΈ - Try with ctrl + p
  • Beautiful and minimalist status line ✨
  • File finder πŸ”Ž - We're using telescope.nvim which it's not just a file finder, you can use it for git integrations, searching, etc.
  • Mouse support πŸ–±οΈ - By default, the mouse support is enabled. Sometimes you don't need the "hacker way".
  • Intuitive shortcuts like ctrl + s , ctrl + p and ctrl + f. Check out the complete list of mappings to see more.
  • 9 hand-picked themes 🎨
  • Improved code highlight via TreeSitter πŸ’ƒ
  • First-class support for JavaScript and TypeScript 🟨 🟦
  • Auto formatting on save for projects using Prettier and/or EsLint πŸ€–
  • Emmet support out of the box πŸ“¦
  • Easy way to install new plugins with lazy.nvim πŸ”Œ
  • Extensible plugin to install LSPs via mason.nvim and formatters via none-ls βš™οΈ
  • Custom overrides using lua πŸ› οΈ
  • Custom and beautiful dashboard πŸ“
  • Shortcuts completion πŸ“™ - To try, Press leader and wait a few seconds.
  • Zen Mode 🧘 - Just type :ZenMode and relax ✨
  • Custom + Common snippets for JavaScript, TypeScript, CSS, HTML, and more.