feat(nvim): replace Goyo with ZenMode and update configuration to be like Goyo

This commit is contained in:
Stefan Imhoff
2022-10-01 10:50:19 +02:00
parent d03e73281e
commit 837505f204
5 changed files with 47 additions and 37 deletions

View File

@@ -92,12 +92,8 @@ local mappings = {
},
v = { "<CMD>lua require('export-to-vscode').launch()<CR>", "Export to Visual Studio Code" },
w = { "<CMD>w!<CR>", "Save" },
z = {
name = "Zen",
g = { "<CMD>Goyo<CR>", "Goyo" },
z = { "<CMD>ZenMode<CR>", "ZenMode" },
t = { "<CMD>Twilight<CR>", "Twilight Mode" },
},
x = { "<CMD>Twilight<CR>", "Twilight Mode" },
z = { "<CMD>ZenMode<CR>", "Zen Mode" },
A = { "<CMD>Alpha<CR>", "Alpha" },
B = {
name = "Bufferline",