docs: escaped <leader> in docs
This commit is contained in:
parent
8811e6fedd
commit
5c93d9dbed
|
@ -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
|
||||
|
||||
|
@ -37,17 +37,17 @@ 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 |
|
||||
| \<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
|
||||
|
|
|
@ -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;
|
||||
})
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue