add mapping for minimalistc mode

This commit is contained in:
siduck76 2021-04-24 10:27:14 +05:30
parent bbe48d229d
commit c231dba0b6
3 changed files with 8 additions and 5 deletions

View file

@ -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)