Compare commits
2 Commits
34f7c6652e
...
017f36d6cf
Author | SHA1 | Date |
---|---|---|
Joshua Potter | 017f36d6cf | |
Joshua Potter | 7ccf651813 |
|
@ -165,6 +165,11 @@ 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 <Tab> in the file counts for.
|
||||
|
||||
-- "Zoom" in on a window
|
||||
vim.keymap.set("n", "<c-w>z", ":tabedit %<CR>")
|
||||
-- Open working directory.
|
||||
vim.keymap.set("n", "-", ":Explore<CR>")
|
||||
'')
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue