

The name of the current tab can be changed from this dialog. The dialog can be displayed via the menu, the shortcut Ctrl+Alt+S or by double-clicking on the tab in the tab bar. These changes can be made permanent by editing the current profile.
Konsole will subsitute these tokens:
%n : program name
%d : current directory (short)
%D : current directory (long)
%w : window title set by shell
%# : session number
%u : user name
Examples:
%d : %n
with /usr/src as current directory and running
bash will display
%D : %n
with /usr/src as current directory and running
top will display
%w (%#)
with ~ as current directory and running
vim in the first tab will display