From 6ea9a636a9f068081678c9de65767638d3d7b71c Mon Sep 17 00:00:00 2001 From: ryangreenup Date: Fri, 24 Jul 2020 18:53:14 +1000 Subject: [PATCH] Fixed Table --- docs/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 6540a44..8ffb55d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,7 +18,7 @@ Cadmus is just a bunch of shell scripts that essentially use pipes and *ripgrep* ### Installation -[cadmus is available on the AUR](https://aur.archlinux.org/packages/cadmus-notes/), generally however cadmus will operate in a portable fashion from =~/.cadmus/=, so just using =git= is fine as well: +[cadmus is available on the AUR](https://aur.archlinux.org/packages/cadmus-notes/), generally however cadmus will operate in a portable fashion from =~/.cadmus/=, so just using `git` is fine as well: ``` bash cd $(mktemp -d) @@ -60,7 +60,8 @@ In reality *Cadmus* is just a couple of shell scripts to help users tie together ## keyboard bindings | Command | Shortcut | Description | -| `cadmus find` | [[Ctrl]]-[[Q]] | switch between find and grep in skim | +| --- | --- | --- | +| `cadmus find` | Ctrl-Q | switch between find and grep in skim | | | | | ## Dependencies