add TrueZen.nvim plugin

This commit is contained in:
siduck76 2021-04-20 09:45:14 +05:30
parent 2c1af5727a
commit 41e059ac2b
7 changed files with 71 additions and 20 deletions

View file

@ -15,3 +15,9 @@ map("n", "<C-x>", [[<Cmd> split term://bash | resize 10 <CR>]], opt) -- open ter
-- COPY EVERYTHING --
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
map("n", "<leader>z", [[ <Cmd> TZAtaraxis<CR>]], opt)