Home
last modified time | relevance | path

Searched refs:commandSwitchToLeftView (Results 1 – 2 of 2) sorted by relevance

/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/vimode/modes/
H A Dnormalvimode.h152 bool commandSwitchToLeftView();
H A Dnormalvimode.cpp1800 bool NormalViMode::commandSwitchToLeftView() in commandSwitchToLeftView() function in NormalViMode
3572 ADDCMD("<c-w>h", commandSwitchToLeftView, 0); in initializeCommands()
3573 ADDCMD("<c-w><c-h>", commandSwitchToLeftView, 0); in initializeCommands()
3574 ADDCMD("<c-w><left>", commandSwitchToLeftView, 0); in initializeCommands()