use enter key to save in helix

This commit is contained in:
Noah Masur 2025-05-07 08:17:11 -04:00
parent b3a7b280b5
commit a1dfc77790
No known key found for this signature in database

View File

@ -137,6 +137,9 @@ in
keys.normal = { keys.normal = {
# Use the enter key to save the file
ret = ":write";
# Get out of multiple cursors and selection # Get out of multiple cursors and selection
esc = [ esc = [
"collapse_selection" "collapse_selection"