You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`:write`, `:w`| Write changes to disk. Accepts an optional path (:write some/path.txt) |
15
-
|`:write!`, `:w!`| Force write changes to disk creating necessary subdirectories. Accepts an optional path (:write some/path.txt) |
15
+
|`:write!`, `:w!`| Force write changes to disk creating necessary subdirectories. Accepts an optional path (:write! some/path.txt) |
16
+
|`:write-buffer-close`, `:wbc`| Write changes to disk and closes the buffer. Accepts an optional path (:write-buffer-close some/path.txt) |
17
+
|`:write-buffer-close!`, `:wbc!`| Force write changes to disk creating necessary subdirectories and closes the buffer. Accepts an optional path (:write-buffer-close! some/path.txt) |
16
18
|`:new`, `:n`| Create a new scratch buffer. |
17
19
|`:format`, `:fmt`| Format the file using the LSP formatter. |
18
20
|`:indent-style`| Set the indentation style for editing. ('t' for tabs or 1-8 for number of spaces.) |
doc:"Force write changes to disk creating necessary subdirectories and closes the buffer. Accepts an optional path (:write-buffer-close! some/path.txt)",
0 commit comments