From 45ddc1c85afd39557afcfa32740e1c1a9ed6d106 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sat, 22 Jun 2019 01:26:39 -0700 Subject: [PATCH] Add command line tab key for completetion --- source/C/command_line.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/C/command_line.rst b/source/C/command_line.rst index 153db63e..1cf3ac6b 100644 --- a/source/C/command_line.rst +++ b/source/C/command_line.rst @@ -58,5 +58,4 @@ If you want just to see the contents of a file on standard output run cat [filename] - - +If you have a command and you don't want to type the whole thing out you can press the :kbd:`tab` key.