[gnome-terminal/mallard-help] Help: Added shell specific shortcuts.



commit 5ef71bbead26ea80112968c456eb98475d8aea9d
Author: Sindhu S <sindhus live in>
Date:   Thu Feb 21 10:53:04 2013 +0530

    Help: Added shell specific shortcuts.
    
    Added selected shell specific shortcuts from
    http://www.ice2o.com/bash_quick_ref.html

 help/C/adv-keyboard-shortcuts.page |   60 ++++++++++++++++++++++++++++++++---
 1 files changed, 54 insertions(+), 6 deletions(-)
---
diff --git a/help/C/adv-keyboard-shortcuts.page b/help/C/adv-keyboard-shortcuts.page
index 7e1e63a..d9e7810 100644
--- a/help/C/adv-keyboard-shortcuts.page
+++ b/help/C/adv-keyboard-shortcuts.page
@@ -250,9 +250,6 @@
     </table>
   </section>
 
-  <!-- There are many more shortcuts than this, list them all or not at all.
-  Until the decision is made, quoting out as the rest of the page is complete.
-
   <section id="shell-shortcuts">
     <title>Shell shortcuts</title>
     <p><gui>Bash</gui> shell specific keyboard shortcuts:</p>
@@ -274,12 +271,63 @@
           <td><p><keyseq><key>Ctrl</key><key>U</key></keyseq></p></td> 
         </tr>
         <tr>
-          <td><p>Bring up search tool</p></td>
-          <td><p><keyseq><key>Ctrl</key><key>R</key></keyseq></p></td> 
+          <td><p>Move to the start of the line</p></td>
+          <td><p><keyseq><key>Ctrl</key><key>a</key></keyseq></p></td> 
+        </tr>
+        <tr>
+          <td><p>Move to the end of the line</p></td>
+          <td><p><keyseq><key>Ctrl</key><key>e</key></keyseq></p></td> 
+        </tr>
+        <tr>
+          <td><p>Move back one character</p></td>
+          <td><p><keyseq><key>Ctrl</key><key>b</key></keyseq></p></td> 
+        </tr>
+        <tr>
+          <td><p>Move back one word</p></td>
+          <td><p><keyseq><key>Alt</key><key>b</key></keyseq></p></td> 
+        </tr>
+        <tr>
+          <td><p>Move forward one character</p></td>
+          <td><p><keyseq><key>Ctrl</key><key>f</key></keyseq></p></td> 
+        </tr>
+        <tr>
+          <td><p>Move forward one word</p></td>
+          <td><p><keyseq><key>Alt</key><key>f</key></keyseq></p></td> 
+        </tr>
+        <tr>
+          <td><p>Delete from the cursor to the beginning of the line.</p></td>
+          <td><p><keyseq><key>Ctrl</key><key>u</key></keyseq></p></td> 
+        </tr>
+        <tr>
+          <td><p>Delete from the cursor to the end of the line.</p></td>
+          <td><p><keyseq><key>Ctrl</key><key>k</key></keyseq></p></td> 
+        </tr>
+        <tr>
+          <td><p>Delete from the cursor to the start of the word.</p></td>
+          <td><p><keyseq><key>Ctrl</key><key>w</key></keyseq></p></td> 
+        </tr>
+        <tr>
+          <td><p>Delete previous word</p></td>
+          <td><p><keyseq><key>Esc</key><key>Del</key></keyseq> or 
<keyseq><key>Esc</key><key>Backspace</key></keyseq></p></td> 
+        </tr>
+        <tr>
+          <td><p>Pastes text from the clipboard.</p></td>
+          <td><p><keyseq><key>Ctrl</key><key>y</key></keyseq></p></td> 
+        </tr>
+        <tr>
+          <td><p>Clear the screen leaving the current line at the top of the screen.</p></td>
+          <td><p><keyseq><key>Ctrl</key><key>l</key></keyseq></p></td> 
+        </tr>
+        <tr>
+          <td><p>Incremental reverse search of history</p></td>
+          <td><p><keyseq><key></key><key></key></keyseq></p></td> 
+        </tr>
+        <tr>
+          <td><p>Non-incremental reverse search of history</p></td>
+          <td><p><keyseq><key>Ctrl</key><key>r</key></keyseq></p></td> 
         </tr>
       </tbody>
     </table>
   </section>
-  -->
 
 </page>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]