diff options
| -rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index cdfe24b..14c209b 100644 --- a/config.def.h +++ b/config.def.h @@ -457,12 +457,12 @@ static KeyAction vis_action[] = { switchmode, { .i = VIS_MODE_NORMAL } }, [VIS_ACTION_MODE_VISUAL] = { - "vis-mode-visual", + "vis-mode-visual-charwise", "Enter characterwise visual mode", switchmode, { .i = VIS_MODE_VISUAL } }, [VIS_ACTION_MODE_VISUAL_LINE] = { - "vis-mode-visual", + "vis-mode-visual-linewise", "Enter linewise visual mode", switchmode, { .i = VIS_MODE_VISUAL_LINE } }, |
