The Hazelcast CLC supports the following keyboard shortcuts in the shell (interactive) mode.
| Key Binding | Description | 
|---|---|
| Ctrl+A or Home | Go to the beginning of the line. | 
| Ctrl+E or End | Go to the end of the line. | 
| Ctrl+P or Up | Previous command in history. | 
| Ctrl+N or Down | Next command in history. | 
| Ctrl+F or Right | Forward one character. | 
| Ctrl+B or Left | Backward one character. | 
| Ctrl+H or Backspace | Delete character before the cursor. | 
| Ctrl+W | Cut the word before the cursor to the clipboard. | 
| Ctrl+U | Cut the line before the cursor to the clipboard. | 
| Ctrl+C | Cancel running command. | 
| Alt+F | Go forward to the beginning of the next word. | 
| Alt+B | Go back to the beginning of the previous word. |