Skip to content

Commit

Permalink
Change shortcuts of quit since ctrl+q conflict with shortcuts on fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang Cao committed Sep 8, 2023
1 parent f166e1a commit 40bdc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

class ScriptApp(App):
BINDINGS = [
Binding("ctrl+q", "quit", "Quit"),
Binding("ctrl+c", "quit", "Quit"),
Binding("shift+insert", "paste", "Paste"),
Binding("ctrl+u", "delete_left_all", "Delete all to the left")
]
Expand Down

0 comments on commit 40bdc7d

Please sign in to comment.