diff options
author | louie <lshprung@yahoo.com> | 2020-08-14 16:44:29 -0700 |
---|---|---|
committer | louie <lshprung@yahoo.com> | 2020-08-14 16:44:29 -0700 |
commit | 73ba31618b28d72e241ff066080ed1a407a82aa3 (patch) | |
tree | c911a9a30c2bdc0033a79ac0761f3ca326037442 /docs/tml-config.md | |
parent | 33e4fb7878f74bb756b9bfb71a4b656ac3541ebc (diff) |
Added foldCase option
Diffstat (limited to 'docs/tml-config.md')
-rw-r--r-- | docs/tml-config.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/tml-config.md b/docs/tml-config.md index f4a1faa..3b843e1 100644 --- a/docs/tml-config.md +++ b/docs/tml-config.md @@ -18,6 +18,7 @@ - [Settings](#Settings) - [autoAlias](#autoAlias) - [compMode](#compMode) + - [foldCase](#foldCase) - [sort](#sort) - [Example](#Example) @@ -106,6 +107,12 @@ If any of the following settings are specified, they should be at the top of the At the moment, `compMode` can be turned on for using tml in Windows Subsystem for Linux. By default, `compMode` is turned off. *compMode may be removed in the future due to redundancy, as tml works natively in Windows*. +### foldCase + +- **foldCase** *on/off* + +Entering any non-traversal input in tml can be used to jump to a group or entry. For instance, hitting 'f' on the keyboard will jump the cursor to the next group or entry that starts with an 'f'. *foldCase* determines whether or not this functionality is **case insensitive (on)** or **case sensitive (off)**. *foldCase* is turned on by default. + ### sort - **sort** *on/off* |