From 0c13626d4c1b1799ffc8e5f68b731222c3234dbd Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier Date: Sun, 10 Nov 2024 22:28:06 +0100 Subject: [PATCH] docs: fix table alignments --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7ebb369..e6c19e7 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ By default, `television` will launch with the `files` channel on. input pattern that you provide. | Matcher | Pattern | -| --- | --- | +| --- | :---: | | Fuzzy | `foo` | | Substring | `'foo` / `!foo` to negate | | Prefix | `^foo` / `!^foo` to negate | @@ -60,7 +60,7 @@ For more information on the matcher behavior, see the Default keybindings are as follows: | Key | Description | -| --- | ----------- | +| :---: | ----------- | | / or Ctrl + n / p | Navigate through the list of entries | | Ctrl + u / d | Scroll the preview pane up / down | | Enter | Select the current entry | @@ -141,7 +141,7 @@ ls -1a | tv Here is a list of terminal emulators that have currently been tested with `television` and their compatibility status. | Terminal Emulator | Compatibility | -| --- | --- | +| --- | :---: | | Alacritty | ✅ | | Kitty | ✅ | | iTerm2 | ✅ | @@ -154,7 +154,7 @@ You may wish to customize the behavior of `television` by providing your own con is a simple TOML file that allows you to customize the behavior of `television` in a number of ways. |Platform|Value| -|--------|-----| +|--------|:-----:| |Linux|`$XDG_CONFIG_HOME/television/config.toml` or `$HOME/.config/television/config.toml`| |macOS|`$HOME/Library/Application Support/television/config.toml`| |Windows|`{FOLDERID_LocalAppData}\television\config`|