diff options
| author | Richard Turner <63139+zygous@users.noreply.github.com> | 2023-07-27 09:10:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-27 08:10:40 +0000 |
| commit | c0449955e38da95a88893337bef0b004e135e177 (patch) | |
| tree | ca3c9ef9212a00549d107c17baa999ccf38a0dd9 /atuin-client/config.toml | |
| parent | Bump config from 0.13.2 to 0.13.3 (#646) (diff) | |
| download | atuin-c0449955e38da95a88893337bef0b004e135e177.zip | |
use Ctrl-n instead of Alt-n on macOS (#1106)
* use Ctrl-n instead of Alt-n on macOS
* make ctrl-n instead of alt-n configurable
Diffstat (limited to 'atuin-client/config.toml')
| -rw-r--r-- | atuin-client/config.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/atuin-client/config.toml b/atuin-client/config.toml index 7313f9fb..b84151a3 100644 --- a/atuin-client/config.toml +++ b/atuin-client/config.toml @@ -68,6 +68,10 @@ ## number of context lines to show when scrolling by pages # scroll_context_lines = 1 +## use ctrl instead of alt as the shortcut modifier key for numerical UI shortcuts +## alt-0 .. alt-9 +# ctrl_n_shortcuts = false + ## prevent commands matching any of these regexes from being written to history. ## Note that these regular expressions are unanchored, i.e. if they don't start ## with ^ or end with $, they'll match anywhere in the command. |
