kamiyaa / joshuto

ranger-like terminal file manager written in Rust
https://crates.io/crates/joshuto
GNU Lesser General Public License v3.0
3.46k stars 154 forks source link

Changing column_ratio has no effect and hit and miss for some key bindings #257

Closed H4ckint0sh closed 1 year ago

H4ckint0sh commented 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

H4ckint0sh commented 1 year ago

This was due to Alacritty sending wrong keys.