Skip to content

Commit

Permalink
Update close_others key binding to also switch to open mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacdonald committed Oct 31, 2024
1 parent 5d9103f commit de397ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/input/key_map/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ normal:
h: cursor::move_left
l: cursor::move_right
q: buffer::close
F: buffer::close_others
F:
- buffer::close_others
- application::switch_to_open_mode
J: cursor::move_to_last_line
K: cursor::move_to_first_line
H: cursor::move_to_start_of_line
Expand Down

0 comments on commit de397ad

Please sign in to comment.