Skip to content

Commit

Permalink
background and reload command - editor
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenZcience committed Feb 11, 2024
1 parent d0787e5 commit 58997cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cat_win/util/editorhelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@
b'^S' : b'_action_save',
b'^E' : b'_action_jump',
b'^F' : b'_action_find',
b'^B' : b'_action_background',
b'^R' : b'_action_reload',
b'^Q' : b'_action_quit',
b'^C' : b'_action_interrupt',
b'KEY_RESIZE' : b'_action_resize',
Expand Down

0 comments on commit 58997cf

Please sign in to comment.