emma
/
breed
Archived
forked from mars/breed
1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Emma Tebibyte 487b8e4580 removed println macro used for testing 2023-04-15 17:22:32 -04:00
Emma Tebibyte 4b6e5edbd3 Revert "removed println macro used for testing"
This reverts commit ddbdc3f7a7.
2023-04-15 17:21:55 -04:00
1 changed files with 0 additions and 2 deletions

View File

@ -60,8 +60,6 @@ impl Default for Keybinds {
let normalish_keys = [
(Char(':'), command_mode as Action),
(Char('$'), goto_line_end),
(Char('0'), goto_line_start),
(Char('h'), move_char_left),
(Char('j'), move_line_down),
(Char('k'), move_line_up),