EDITING
┌─────────────────────────┐┌────────────────────────────────────────────┐
│alt b ││cursor backward word │
├─────────────────────────┤├────────────────────────────────────────────┤
│alt f ││cursor forward word │
└─────────────────────────┘└────────────────────────────────────────────┘
┌─────────────────────────┐┌────────────────────────────────────────────┐
│ctrl a ││cursor home │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl b ││cursor backward │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl c ││clear line │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl d ││delete or exit │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl e ││cursor end │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl f ││cursor forward │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl g ││ │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl h ││backspace │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl i ││tab │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl j ││enter │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl k ││clear line right │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl l ││redraw input │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl m ││enter │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl n ││input history next │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl o ││ │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl p ││input history prev │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl q ││ │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl r ││input history search │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl s ││ │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl t ││scroll buffer lock │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl u ││clear line left │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl v ││convert meta characters │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl w ││delete word left │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl x ││ │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl y ││paste │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl z ││suspend │
└─────────────────────────┘└────────────────────────────────────────────┘
┌─────────────────────────┐┌────────────────────────────────────────────┐
│arrow left ││cursor left │
├─────────────────────────┤├────────────────────────────────────────────┤
│arrow right ││cursor right │
├─────────────────────────┤├────────────────────────────────────────────┤
│arrow up ││previous input line │
├─────────────────────────┤├────────────────────────────────────────────┤
│arrow down ││next input line │
└─────────────────────────┘└────────────────────────────────────────────┘
┌─────────────────────────┐┌────────────────────────────────────────────┐
│ctrl arrow left ││cursor left word │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl arrow right ││cursor right word │
└─────────────────────────┘└────────────────────────────────────────────┘
┌─────────────────────────┐┌────────────────────────────────────────────┐
│backspace ││backspace │
├─────────────────────────┤├────────────────────────────────────────────┤
│alt backspace ││clear line left │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl backspace ││clear line │
└─────────────────────────┘└────────────────────────────────────────────┘
┌─────────────────────────┐┌────────────────────────────────────────────┐
│delete ││delete │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl delete ││delete word right │
└─────────────────────────┘└────────────────────────────────────────────┘
┌─────────────────────────┐┌────────────────────────────────────────────┐
│end ││cursor end │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl end ││scroll buffer end │
└─────────────────────────┘└────────────────────────────────────────────┘
┌─────────────────────────┐┌────────────────────────────────────────────┐
│enter ││enter │
├─────────────────────────┤├────────────────────────────────────────────┤
│shift-enter ││soft enter │
└─────────────────────────┘└────────────────────────────────────────────┘
┌─────────────────────────┐┌────────────────────────────────────────────┐
│home ││cursor home │
├─────────────────────────┤├────────────────────────────────────────────┤
│ctrl home ││scroll buffer home │
└─────────────────────────┘└────────────────────────────────────────────┘
┌─────────────────────────┐┌────────────────────────────────────────────┐
│page up ││scroll buffer up │
├─────────────────────────┤├────────────────────────────────────────────┤
│page down ││scroll buffer down │
└─────────────────────────┘└────────────────────────────────────────────┘
┌─────────────────────────┐┌────────────────────────────────────────────┐
│tab ││complete word forward │
├─────────────────────────┤├────────────────────────────────────────────┤
│shift-tab ││complete word backward │
└─────────────────────────┘└────────────────────────────────────────────┘
Related: cursor, edit and macro.
|