From 716c7722cda29bf612508bb96f51822a86e0f69e Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sat, 20 Mar 2021 00:50:31 +0000 Subject: Add TUI, resolve #19, #17, #16 (#21) --- README.md | 32 +++----------------------------- 1 file changed, 3 insertions(+), 29 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 30e6dd97..7874789b 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,6 @@ As well as the expected command, A'tuin stores - zsh -## Requirements - -- [fzf](https://github.com/junegunn/fzf) - ## Install ### AUR @@ -77,9 +73,9 @@ to your `.zshrc`/`.bashrc`/whatever your shell uses. ### History search -By default A'tuin will rebind ctrl-r to use fzf to fuzzy search your history. -It will also rebind the up arrow to use fzf, just without sorting. You can -prevent this by putting +By default A'tuin will rebind ctrl-r and the up arrow to search your history. + +You can prevent this by putting ``` export ATUIN_BINDKEYS="false" @@ -87,28 +83,6 @@ export ATUIN_BINDKEYS="false" into your shell config. -You may also change the default history selection. The default behaviour will search your entire history, however - -``` -export ATUIN_HISTORY="atuin history list --cwd" -``` - -will switch to only searching history for the current directory. - -Similarly, - -``` -export ATUIN_HISTORY="atuin history list --session" -``` - -will search for the current session only, and - -``` -export ATUIN_HISTORY="atuin history list --session --cwd" -``` - -will do both! - ### Import history ``` -- cgit v1.3.1