chore(nvim): add shortcut for "Save all"

This commit is contained in:
Stefan Imhoff
2022-07-25 20:38:52 +02:00
parent 0ee3e11820
commit bd45eafd91

View File

@@ -163,6 +163,7 @@ local mappings = {
b = { "<CMD>RunJestOnBuffer<CR>", "Run Jest on Buffer" },
f = { "<CMD>RunJestFocused<CR>", "Run Jest on Focused" },
},
W = { "<CMD>wa!<CR>", "Save All" },
}
local setup = {