From 5c93d9dbedbbbc62979e1ec56b90d1d17b4165f9 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Mon, 4 Apr 2022 11:58:22 +0300 Subject: [PATCH] docs: escaped in docs --- dotfiles/neovim/README.md | 34 +++++++++++++++++----------------- modules/themes/themes.nix | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/dotfiles/neovim/README.md b/dotfiles/neovim/README.md index 8d8adba..f20d791 100644 --- a/dotfiles/neovim/README.md +++ b/dotfiles/neovim/README.md @@ -12,8 +12,8 @@ Table of my own keybinds. Here as documentation for myself. I am yet to include | vv | Create vertical split | | | \\ | Save | | | jj | Exit insert mode | | -| _k_ | Insert digraph | | -| _a_ | Swap last 2 used buffers | | +| _\k_ | Insert digraph | | +| _\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 | -| rn | Rename | lspconfig | -| f | format | lspconfig | +| \rn | Rename | lspconfig | +| \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 | | -| d | Diagnostics | lspconfig | -| wd | Workspace diagnostics | lspconfig | -| ca | Code actions | lspconfig | -| t | Show builtin pickers | | -| s | Show symbols using tree-sitter | | -| gj | List git commits | | -| gk | List git branches | | -| p | Interactive file broswer | telescope-file-browser | -| _ui_ | Insert unicode char | | +| Keybind | Description | Plugins | +| ----------- | ------------------------------ | ---------------------- | +| Ctrl-P | Find files | | +| Ctrl-F | Grep in project | | +| \d | Diagnostics | lspconfig | +| \wd | Workspace diagnostics | lspconfig | +| \ca | Code actions | lspconfig | +| \t | Show builtin pickers | | +| \s | Show symbols using tree-sitter | | +| \gj | List git commits | | +| \gk | List git branches | | +| \p | Interactive file broswer | telescope-file-browser | +| _ui_ | Insert unicode char | | ### Idris diff --git a/modules/themes/themes.nix b/modules/themes/themes.nix index e4a1af0..2ce3fd4 100644 --- a/modules/themes/themes.nix +++ b/modules/themes/themes.nix @@ -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; }) ]