add mapping for minimalistc mode
This commit is contained in:
@@ -30,5 +30,7 @@ map("n", "<C-a>", [[ <Cmd> %y+<CR>]], opt)
|
||||
-- toggle numbers ---
|
||||
map("n", "<leader>n", [[ <Cmd> set nu!<CR>]], opt)
|
||||
|
||||
-- toggle truezen.nvim's ataraxis mode
|
||||
-- toggle truezen.nvim's ataraxis and minimalist mode
|
||||
map("n", "<leader>z", [[ <Cmd> TZAtaraxis<CR>]], opt)
|
||||
map("n", "<leader>m", [[ <Cmd> TZMinimalist<CR>]], opt)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user