[
          es
          ]
        
        
          
            Keybinding
            
          
          
            The keybindings is done by the file
            sa.keybindings.properties
            . The default configuration is this:
          
          
            
              Positioning
              
            
            
              - 
                CTRL + A
                : Moves the cursor to the beginning of the line.
              
 
              - 
                CTRL + E
                : Moves the cursor to the end of the line.
              
 
              - 
                CTRL + G
                : Moves the cursor to the previous word.
              
 
              - 
                CTRL + T
                : Moves the cursor to the next word.
              
 
              - 
                CTRL + B
                : Moves the cursor to the previous character. The same as left key.
              
 
              - 
                CTRL + F
                : Moves the cursor to the next character. The same as right key.
              
 
            
           
          
            
              Erasing
              
            
            
              - 
                CTRL + L
                : Clears the screen. It does not work in Windows.
              
 
              - 
                ESCAPE
                : Clears the current line. It does not work in Linux.
              
 
              - 
                CTRL + K
                : Delete all characters after the cursor position.
              
 
              - 
                CTRL + U
                : Delete all characters before the cursor position.
              
 
              - 
                CTRL + W
                : Deletes the word directly before the cursor.
              
 
              - 
                BACKSPACE
                ,
                CTRL + H
                (Windows): Deletes the previous character.
              
 
              - 
                DELETE
                ,
                CTRL + H
                (Linux): Deletes the next character.
              
 
              - 
                CTRL + Y
                : Toggles insert/overwrite.
              
 
            
           
          
            
              Operations
              
            
            
              - 
                ENTER
                ,
                CTRL + J
                ,
                CTRL + M
                : Executes the command.
              
 
              - 
                TAB
                ,
                CTRL + I
                ,
                CTRL + SPACE BAR
                ,
                CTRL + 2
                : Calls the assistant.
              
 
              - 
                CTRL + C
                : Terminates the application.
              
 
              - 
                CTRL + D
                : Close the application when the line is empty.
              
 
              - 
                CTRL + V
                : Pastes the contents of the clipboard.
              
 
            
           
          
            
              History
              
            
            
              - 
                CTRL + N
                : Scrolls to the next element in the history buffer.
              
 
              - 
                CTRL + P
                : Scrolls to the previous element in the history buffer.
              
 
              - 
                CTRL + O
                : Scrolls up to the first element in the history buffer.
              
 
              - 
                CTRL + X
                : Scrolls down to the last element in the history buffer.
              
 
            
            
              [
              es
              ]