From 183c1b0f489a4cb802e80acf07fd806851cb69a0 Mon Sep 17 00:00:00 2001 From: Terminator X Date: Sat, 23 Oct 2021 03:49:14 +0530 Subject: [PATCH] Updated Concepts (markdown) --- Concepts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Concepts.md b/Concepts.md index b4709ec..167f767 100644 --- a/Concepts.md +++ b/Concepts.md @@ -231,7 +231,7 @@ Key ^L clears and Esc exits all prompts. #### Native command prompt -The handy REPL command prompt ] understands environment variables (like `$PWD`). Refer to your shell's documentation (e.g. `BASH_ENV` for bash, `~/.zshenv` for zsh) to use aliases and functions. To fuzzy-select commands from your shell history at the command prompt and issue them after editing (like [fc](http://manpages.ubuntu.com/manpages/bionic/man1/fc.1posix.html)), copy the plugin `fzhist` (as `h` maybe?) in your `$PATH`. +The handy REPL command prompt (shows on ]) understands environment variables (like `$PWD`). Refer to your shell's documentation (e.g. `BASH_ENV` for bash, `~/.zshenv` for zsh) to use aliases and functions. To fuzzy-select commands from your shell history at the command prompt and issue them after editing (like [fc](http://manpages.ubuntu.com/manpages/bionic/man1/fc.1posix.html)), copy the plugin `fzhist` (as `h` maybe?) in your `$PATH`. The native command prompt remembers only the last executed command in the current session. To access and use the shell's history add a shell function similar to: @@ -258,7 +258,7 @@ The following special variables can be accessed from the command prompt or a spa E.g. to copy the hovered file in context 1 to the directory open in context 3, run `cp "$f1" "$d3"`. -Selection can be accessed from the command prompt: +Selection can be accessed from the native command prompt: | Variable | Substitution | |:---:| --- |