Added keybinding to toggle relative numbering

This commit is contained in:
Alejandro Angulo 2024-07-26 22:01:44 -07:00
parent cf0bb60e0f
commit 558104ac77
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -35,12 +35,8 @@
keymaps = [
{
action = "<cmd>Telescope find_files<CR>";
key = "<leader>f";
}
{
action = "<cmd>Telescope live_grep<CR>";
key = "<leader>g";
action = "<cmd>:set rnu!<CR>";
key = "<leader>num";
}
{
action = "<cmd>:TransparentToggle<CR>";