'IOS Keyboard Commands What command moves the cursor to the beginning of the command line? [BL] ctrl+a What command moves the cursor to the end of the command line? [BL] ctrl+e What command moves the cursor back one character? [BL] ctrl+b What command moves the cursor forward one character? [BL] ctrl+f What command moves the cursor back one word? [BL] esc+b What command moves the cursor forward one word? [BL] esc+f What command deletes a character to the left of the cursor? [BL] ctrl+d What command deletes everything to the right of the cursor? [BL] ctrl+k What command deletes everything to the left of the cursor? [BL] ctrl+x What command moves out of configuration mode? [BL] ctrl+z What command recalls the last command? [BL] ctrl+p What command deletes a word to the left of the cursor? [BL] ctrl+w What command refreshes the command line and everything typed to this point? [BL] ctrl+r What command recalls the most recent command? [BL] ctrl+n What key completes a partially entered command? [BL] tab