reformat comments

This commit is contained in:
Piotr Kocia 2025-06-14 02:02:12 +02:00
parent 94d773a262
commit fefe3c7d81
4 changed files with 13 additions and 19 deletions

View file

@ -88,7 +88,6 @@ enum key_binding_type {
typedef tll(char *) config_modifier_list_t;
struct config_key_binding {
// TODO (kociap): from wayland.h?
int action; /* One of the various bind_action_* enums from wayland.h */
//struct config_key_modifiers modifiers;
config_modifier_list_t modifiers;
@ -365,17 +364,13 @@ struct config {
* Special modes
*/
/*
* Bindings for vimode.
* Note: action to enter vimode is in the 'key' bindings
* above.
*/
// Bindings for vimode.
// Actions to enter vimode is in the 'key' bindings above.
struct config_key_binding_list vimode;
/*
* Bindings for the search mode within vimode.
* Actions to enter the search mode are in the 'key' and
* 'vimode' bindings.
*/
// Bindings for the search mode within vimode.
// Actions to enter the search mode are in the 'key' and
// 'vimode' bindings.
struct config_key_binding_list vimode_search;
/* While showing URL jump labels */