mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 12:00:14 +00:00
use enter key to save in helix
This commit is contained in:
@ -137,6 +137,9 @@ in
|
||||
|
||||
keys.normal = {
|
||||
|
||||
# Use the enter key to save the file
|
||||
ret = ":write";
|
||||
|
||||
# Get out of multiple cursors and selection
|
||||
esc = [
|
||||
"collapse_selection"
|
||||
|
Reference in New Issue
Block a user