1
Fork 0

docs: escaped <leader> in docs

This commit is contained in:
Matei Adriel 2022-04-04 11:58:22 +03:00
parent 8811e6fedd
commit 5c93d9dbed
2 changed files with 18 additions and 18 deletions

View file

@ -12,8 +12,8 @@ Table of my own keybinds. Here as documentation for myself. I am yet to include
| vv | Create vertical split | |
| \<Space>\<Space> | Save | |
| jj | Exit insert mode | |
| _<leader>k_ | Insert digraph | |
| _<leader>a_ | Swap last 2 used buffers | |
| _\<leader>k_ | Insert digraph | |
| _\<leader>a_ | Swap last 2 used buffers | |
| C-n | Open tree | nvim-tree |
| _vp_ | Run command in another tmux pane | vimux |
| _sk_ | Move to previous lh-bracket marker | lh-brackets |
@ -27,8 +27,8 @@ Table of my own keybinds. Here as documentation for myself. I am yet to include
| gD | Go to declaration | lspconfig |
| gd | Go to definition | lspconfig |
| gi | Go to implementation | lspconfig |
| <leader>rn | Rename | lspconfig |
| <leader>f | format | lspconfig |
| \<leader>rn | Rename | lspconfig |
| \<leader>f | format | lspconfig |
### Lh-brackets
@ -36,19 +36,19 @@ The default brackets I load in each buffer are (), [], "", '', {} and \`\`. Diff
### Telescope
| Keybind | Description | Plugins |
| ---------- | ------------------------------ | ---------------------- |
| Ctrl-P | Find files | |
| Ctrl-F | Grep in project | |
| <leader>d | Diagnostics | lspconfig |
| <leader>wd | Workspace diagnostics | lspconfig |
| <leader>ca | Code actions | lspconfig |
| <leader>t | Show builtin pickers | |
| <leader>s | Show symbols using tree-sitter | |
| <leader>gj | List git commits | |
| <leader>gk | List git branches | |
| <leader>p | Interactive file broswer | telescope-file-browser |
| _ui_ | Insert unicode char | |
| Keybind | Description | Plugins |
| ----------- | ------------------------------ | ---------------------- |
| Ctrl-P | Find files | |
| Ctrl-F | Grep in project | |
| \<leader>d | Diagnostics | lspconfig |
| \<leader>wd | Workspace diagnostics | lspconfig |
| \<leader>ca | Code actions | lspconfig |
| \<leader>t | Show builtin pickers | |
| \<leader>s | Show symbols using tree-sitter | |
| \<leader>gj | List git commits | |
| \<leader>gk | List git branches | |
| \<leader>p | Interactive file broswer | telescope-file-browser |
| _ui_ | Insert unicode char | |
### Idris

View file

@ -10,7 +10,7 @@ lib.lists.map (theme: pkgs.callPackage theme { }) [
})
(githubVariant {
variant = "dark";
wallpaper = ./wallpapers/synthwave.jpg;
wallpaper = ./wallpapers/spaceship.jpg;
transparency = 0.8;
})
]