65 Irssi Keyboard Shortcuts

Learn Irssi Shortcuts for Windows

Most Used Irssi Shortcuts

ActionIrssi Shortcuts
(backward_character) Move the cursor a character backwardLeft Arrow Key
(forward_character) Move the cursor a character forwardRight Arrow Key
(backward_word) Move the cursor a word backwardCtrl + Left Arrow Key
(forward_word) Move the cursor a word forwardCtrl + Right Arrow Key
(beginning_of_line) Move the cursor to the beginning of the lineHome
(end_of_line) Move the cursor to the end of the lineEnd
(backward_history) Go back one line in the historyUp Arrow Key
(forward_history) Go forward one line in the historyDown Arrow Key
(backward_global_history) Go back one line in global historyCtrl + Up Arrow Key
(forward_global_history) Go forward one line in global historyCtrl + Down Arrow Key
(backspace) Delete the previous characterBackspace
(delete_character) Delete the current characterDelete
(delete_next_word) Delete the word after the cursorAlt + D
(delete_previous_word) Delete the word before the cursorAlt + Backspace
(delete_to_previous_space) Delete up to the previous spaceCtrl + W
(erase_line) Erase the whole input lineCtrl + U
(erase_to_end_of_line Erase everything after the cursorCtrl + K
(yank_from_cutbuffer) “Undelete”, paste the last deleted textCtrl + Y
(transpose_characters) Swap current and previous characterCtrl + T
(send_line) Execute the input lineEnter
(word_completion) Complete the current wordTab
(word_completion_backward) Choose Previous completion suggestionShift + Tab
(erase_completion) Remove the completion added by word_completionAlt + K
(check_replaces) Check word replacesSpacebar
(previous_window) Go to the previous windowCtrl + P
(next_window) Go to the next windowCtrl + N
(upper_window) Go to the split window aboveAlt + Up Arrow Key
(lower_window) Go to the split window belowAlt + Down Arrow Key
(left_window) Go to the previous window in the current split windowAlt + Left Arrow Key
(right_window Go to the next window in the current split windowAlt + Right Arrow Key
(active_window) Go to the next window with the highest activityAlt + A
(next_window_item) Go to the next channel/query. In empty windows change to the next serverCtrl + X
(refresh_screen) Redraw screenCtrl + L
(scroll_backward) Scroll to the previous pagePage Up Key
(scroll_forward) Scroll to the next pagePage Down Key
(scroll_start) Scroll to the beginning of the windowCtrl + Home
(scroll_end) Scroll to the end of the windowCtrl + End
(change_window) Change windowAlt + 0 – 9
(change_window) Change windowQ… to O
(stop_irc) Send SIGSTOP to the clientCtrl + Z

Symbolic Key Names Shortcuts

ActionIrssi Shortcuts
spaceSpacebar
returnEnter
BackspaceBackspace
tabTab
stabShift + Tab
upUp Arrow Key
downDown Arrow Key
rightRight Arrow Key
leftLeft Arrow Key
homeHome
endEnd
priorPage Up Key
nextPage Down Key
insertInsert
deleteDelete
cupCtrl + Up Arrow Key
cdownCtrl + Down Arrow Key
crightCtrl + Right Arrow Key
cleftCtrl + Left Arrow Key
chomeCtrl + Home
cendCtrl + End
mupAlt + Up Arrow Key
mdownAlt + Down Arrow Key
mrightAlt + Right Arrow Key
mleftAlt + Left Arrow Key

READ NEXT:

Back to top button