mirror of
https://github.com/nmasur/dotfiles
synced 2025-05-10 01:55: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 = {
|
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user