Closed H4ckint0sh closed 1 year ago
changing column_ratio to different numbers like "[1, 3, 4]" has no effect? Am I missing something? Some of keybindings does not work, some does. For example if i bind this keys it will not work:
{ keys = ["J"], command = "preview_cursor_move_down" }, { keys = ["K"], command = "preview_cursor_move_up" }, { keys = ["{"], command = "preview_cursor_move_up" }, { keys = ["}"], command = "preview_cursor_move_down" },
Os: MacOSX 13.2 Terminal: Alacritty 0.12.0 RC1 Joshuto: Compiled from master
This was due to Alacritty sending wrong keys.
changing column_ratio to different numbers like "[1, 3, 4]" has no effect? Am I missing something? Some of keybindings does not work, some does. For example if i bind this keys it will not work:
Os: MacOSX 13.2 Terminal: Alacritty 0.12.0 RC1 Joshuto: Compiled from master