Added keybinding to toggle relative numbering
This commit is contained in:
parent
cf0bb60e0f
commit
558104ac77
|
@ -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>";
|
||||
|
|
Loading…
Reference in a new issue