mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nvim): add shortcut for "Save all"
This commit is contained in:
@@ -163,6 +163,7 @@ local mappings = {
|
|||||||
b = { "<CMD>RunJestOnBuffer<CR>", "Run Jest on Buffer" },
|
b = { "<CMD>RunJestOnBuffer<CR>", "Run Jest on Buffer" },
|
||||||
f = { "<CMD>RunJestFocused<CR>", "Run Jest on Focused" },
|
f = { "<CMD>RunJestFocused<CR>", "Run Jest on Focused" },
|
||||||
},
|
},
|
||||||
|
W = { "<CMD>wa!<CR>", "Save All" },
|
||||||
}
|
}
|
||||||
|
|
||||||
local setup = {
|
local setup = {
|
||||||
|
|||||||
Reference in New Issue
Block a user