diff options
| author | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-06-26 23:29:30 +0200 |
|---|---|---|
| committer | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-06-26 23:29:30 +0200 |
| commit | 2b28001eb448674dff20b4df6a3ca87019bfee8e (patch) | |
| tree | 0d11f933969674b6bc7e73b93cc318027da84abd | |
| parent | 513d00d0de25f47f261dc1dccc23ca6e8559c99c (diff) | |
README: Update kak-shell documentation
| -rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -50,14 +50,13 @@ Connect a terminal with [`:connect-terminal`]. Open files with [`edit`] or your favorite program; buffers with the [`buffer`] command… **Tip**: You can connect to your current terminal (open in the same terminal window) – in a similar way to [vim-vinegar] – with the [`kak-shell`] shell command. -Try: `$ kak-shell` → `:connect-terminal` → `$ edit`. [vim-vinegar]: https://github.com/tpope/vim-vinegar **Example** – Open a connected shell and reattach with [`edit`]: ``` -$ kak-shell → :connect-terminal → $ edit → Quit to return to your shell +$ kak-shell → $ edit → Quit to return to your shell ``` **Tip**: Map <kbd>Control</kbd> + <kbd>q</kbd> to quit. @@ -65,13 +64,13 @@ $ kak-shell → :connect-terminal → $ edit → Quit to return to your shell **Example** – Open a connected shell and [lf]: ``` -$ kak-shell → :connect-terminal → $ lf → Open a file → Quit to return to lf +$ kak-shell → $ lf → Open a file → Quit to return to lf ``` **Example** – Open [lf] connected to the Kakoune session: ``` -$ kak-shell → :lf +$ kak-shell lf ``` If you loaded the [modules], [`:fzf-files`] and [`:fzf-buffers`] commands are |
