mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-07 12:05:34 +00:00
docs: fix table alignments
This commit is contained in:
parent
6b0a038738
commit
0c13626d4c
@ -46,7 +46,7 @@ By default, `television` will launch with the `files` channel on.
|
|||||||
input pattern that you provide.
|
input pattern that you provide.
|
||||||
|
|
||||||
| Matcher | Pattern |
|
| Matcher | Pattern |
|
||||||
| --- | --- |
|
| --- | :---: |
|
||||||
| Fuzzy | `foo` |
|
| Fuzzy | `foo` |
|
||||||
| Substring | `'foo` / `!foo` to negate |
|
| Substring | `'foo` / `!foo` to negate |
|
||||||
| Prefix | `^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:
|
Default keybindings are as follows:
|
||||||
|
|
||||||
| Key | Description |
|
| Key | Description |
|
||||||
| --- | ----------- |
|
| :---: | ----------- |
|
||||||
| <kbd>↑</kbd> / <kbd>↓</kbd> or <kbd>Ctrl</kbd> + <kbd>n</kbd> / <kbd>p</kbd> | Navigate through the list of entries |
|
| <kbd>↑</kbd> / <kbd>↓</kbd> or <kbd>Ctrl</kbd> + <kbd>n</kbd> / <kbd>p</kbd> | Navigate through the list of entries |
|
||||||
| <kbd>Ctrl</kbd> + <kbd>u</kbd> / <kbd>d</kbd> | Scroll the preview pane up / down |
|
| <kbd>Ctrl</kbd> + <kbd>u</kbd> / <kbd>d</kbd> | Scroll the preview pane up / down |
|
||||||
| <kbd>Enter</kbd> | Select the current entry |
|
| <kbd>Enter</kbd> | 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.
|
Here is a list of terminal emulators that have currently been tested with `television` and their compatibility status.
|
||||||
|
|
||||||
| Terminal Emulator | Compatibility |
|
| Terminal Emulator | Compatibility |
|
||||||
| --- | --- |
|
| --- | :---: |
|
||||||
| Alacritty | ✅ |
|
| Alacritty | ✅ |
|
||||||
| Kitty | ✅ |
|
| Kitty | ✅ |
|
||||||
| iTerm2 | ✅ |
|
| 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.
|
is a simple TOML file that allows you to customize the behavior of `television` in a number of ways.
|
||||||
|
|
||||||
|Platform|Value|
|
|Platform|Value|
|
||||||
|--------|-----|
|
|--------|:-----:|
|
||||||
|Linux|`$XDG_CONFIG_HOME/television/config.toml` or `$HOME/.config/television/config.toml`|
|
|Linux|`$XDG_CONFIG_HOME/television/config.toml` or `$HOME/.config/television/config.toml`|
|
||||||
|macOS|`$HOME/Library/Application Support/television/config.toml`|
|
|macOS|`$HOME/Library/Application Support/television/config.toml`|
|
||||||
|Windows|`{FOLDERID_LocalAppData}\television\config`|
|
|Windows|`{FOLDERID_LocalAppData}\television\config`|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user