Skip to content

lvim

Lazy Vim

http://www.lazyvim.org/

Nvim installieren (Unbuntu)

http://www.lazyvim.org/installation

Lazy Vim Default Keybindings

| Keybinding        | Description                            |
| ----------------- | -------------------------------------- | ----------- |
| `<leader>ff`      | Search a file from the root directory  |
| `<C-w>h`          | Go to the left window                  |
| `<C-w>l`          | Go to the right window                 |
| `gg`              | Go to the first line (top of the file) |
| `vd`              | Delete selected text                   |
| `vy`              | Yank (copy) the selected text          |
| `<leader>,`       | Browse open buffers/Switch buffers     |
| `gd`              | Go to the definition                   |
| `<leader>sg`      | Search root dir                        |
| `ggyG`            | Go to top and copy whole content       |
| `ggdG`            | Go to top and delete whole content     |
| `<leader>         | `                                      | Split panes |
| `<leader><space>` | Find files in root directory           |
| `<leader>sG`      | Grep in root dir (search for text)     |
| `<leader>e`       | Show file tree from root directory     |
| `<leader>a`       | AI functionality                       |
| `<leader>aa`      | Toggle Copilot Chat sidebar            |
| `<leader>aq`      | Quick chat                             |
| `<leader>xx`      | Trouble plugin (diagnostics)           |
| `<leader>cr`      | Rename all occurrences (LSP)           |
| `<leader>cc`      | Code actions                           |
| `<leader>uC`      | Change color theme                     |
| `<leader>sk`      | Find keymaps                           |
| `<leader>sr`      | Global search and replace              |