mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 10:50:13 +00:00
use enter key to save in helix
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user