From 73ba31618b28d72e241ff066080ed1a407a82aa3 Mon Sep 17 00:00:00 2001 From: louie Date: Fri, 14 Aug 2020 16:44:29 -0700 Subject: Added foldCase option --- docs/tml-config.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/tml-config.md') 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* -- cgit