mirror of
https://github.com/nmasur/dotfiles
synced 2025-05-09 23:35:52 +00:00
use enter key to save in helix
This commit is contained in:
parent
b3a7b280b5
commit
a1dfc77790
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user