diff --git a/users/jrpotter/neovim/default.nix b/users/jrpotter/neovim/default.nix index 7105f78..b061953 100644 --- a/users/jrpotter/neovim/default.nix +++ b/users/jrpotter/neovim/default.nix @@ -165,6 +165,9 @@ in vim.o.list = true -- Show hidden characters. vim.o.shiftwidth = 2 -- # of spaces to use for each (auto)indent. vim.o.tabstop = 2 -- # of spaces a in the file counts for. + + -- "Zoom" in on a window + vim.keymap.set("n", "z", ":tabedit %") '') ]; };