diff --git a/config.toml b/config.toml index 4e35f54..22918fb 100644 --- a/config.toml +++ b/config.toml @@ -64,6 +64,9 @@ esc = ["collapse_selection", "keep_primary_selection"] j = "move_line_down" k = "move_line_up" +# Save and quit (ZZ) +Z = { Z = ":wq" } + # Extend and select commands that expect a manual input can't be chained # I've kept d[X] commands here because it's better to at least have the stuff you want to delete # selected so that it's just a keystroke away to delete