Merge pull request #130 from ashincoder/main

Made some changes in mappings and settings
This commit is contained in:
siduck76 2021-07-05 18:40:23 +05:30 committed by GitHub
commit 1399a0c762
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -30,9 +30,9 @@ map("n", "<C-a>", [[ <Cmd> %y+<CR>]], opt)
map("n", "<leader>n", [[ <Cmd> set nu!<CR>]], opt)
-- Truezen.nvim
map("n", "<leader>z", ":TZAtaraxis<CR>", opt)
map("n", "<leader>m", ":TZMinimalist<CR>", opt)
map("n", "<leader>f", ":TZFocus<CR>", opt)
map("n", "<leader>zz", ":TZAtaraxis<CR>", opt)
map("n", "<leader>zm", ":TZMinimalist<CR>", opt)
map("n", "<leader>zf", ":TZFocus<CR>", opt)
map("n", "<C-s>", ":w <CR>", opt)
-- vim.cmd("inoremap jh <Esc>")

View File

@ -11,6 +11,7 @@ opt.mouse = "a"
opt.signcolumn = "yes"
opt.cmdheight = 1
opt.updatetime = 250 -- update interval for gitsigns
opt.timeoutlen = 200
opt.clipboard = "unnamedplus"
-- Numbers