Added images to readme

This commit is contained in:
Јован Ђокић-Шумарац 2023-08-01 00:04:34 +02:00
parent 80c9e70386
commit 7ce43027ff
5 changed files with 9 additions and 7 deletions

View file

@ -11,5 +11,5 @@ Trtixy is a begginer friendy config for nevim, that aims to be powerfull while
remaining minimal, compared to other nvim distributions.
[![asciicast](https://asciinema.org/a/yFzfgBBoMac8M6aD5ABoBu6jj.svg)](https://asciinema.org/a/yFzfgBBoMac8M6aD5ABoBu6jj)
![image](veil.png)
![image](code.png)

BIN
code.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

View file

@ -1,6 +1,6 @@
vim.opt.termguicolors = true
vim.opt.background = "dark"
-- vim.opt.termguicolors = true
-- vim.opt.background = "dark"
vim.g.onedark_config = { style = 'darker' }
vim.cmd("colorscheme onedark")
-- vim.g.onedark_config = { style = 'darker' }
vim.cmd("colorscheme carbonfox")

View file

@ -14,6 +14,7 @@ vim.g.mapleader = " "
-- TELESCOPE
cmap("n", "<leader>ff", tele.find_files, options)
map("n", "<leader>fh", "<cmd>Telescope find_files hidden=true<CR>", options)
cmap("n", "<leader>fg", tele.git_files, options)
cmap("n", "<leader>fg", tele.git_files, options)
@ -25,7 +26,7 @@ end)
map("n", "<leader>tw", "<cmd>lua MiniTrailspace.trim()<CR>", options)
map("n", "<leader>fm", "<cmd>NERDTree<CR>", options)
map("n", "<leader>fm", "<cmd>CHADopen<CR>", options)
map("n", "<leader>fc", "<cmd>NERDTreeClose<CR>", options)
map("n", "<leader>tt", "<cmd>12 split <CR><cmd>Tnew<CR>", options)
map("n", "<leader>zt", "<cmd>Twilight<CR>", options)
@ -55,6 +56,7 @@ map("n", "N", "Nzzzv", options)
-- greatest remap ever
cmap("x", "p", [["_dP]])
cmap("x", "<leader>p", [["+dP]])
cmap({ "n", "v" }, "<leader>d", [["_d]])

BIN
veil.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB