diff options
Diffstat (limited to 'common/nixvim.nix')
-rw-r--r-- | common/nixvim.nix | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/common/nixvim.nix b/common/nixvim.nix index 3962ec2..02e6943 100644 --- a/common/nixvim.nix +++ b/common/nixvim.nix | |||
@@ -106,15 +106,6 @@ in | |||
106 | in | 106 | in |
107 | [ | 107 | [ |
108 | { | 108 | { |
109 | key = "<leader>fu"; | ||
110 | action.__raw = "require('telescope').extensions.undo.undo"; | ||
111 | options = { | ||
112 | silent = true; | ||
113 | desc = "Telescope undo"; | ||
114 | }; | ||
115 | } | ||
116 | |||
117 | { | ||
118 | key = "-"; | 109 | key = "-"; |
119 | action.__raw = "require('oil').open"; | 110 | action.__raw = "require('oil').open"; |
120 | options.desc = "Open parent directory"; | 111 | options.desc = "Open parent directory"; |
@@ -494,6 +485,11 @@ in | |||
494 | options.desc = "Telescope treesitter"; | 485 | options.desc = "Telescope treesitter"; |
495 | }; | 486 | }; |
496 | 487 | ||
488 | "<leader>fu" = { | ||
489 | action = "undo"; | ||
490 | options.desc = "Telescope undo"; | ||
491 | }; | ||
492 | |||
497 | "<leader>fw" = { | 493 | "<leader>fw" = { |
498 | action = "git_status"; | 494 | action = "git_status"; |
499 | options.desc = "Telescope git status"; | 495 | options.desc = "Telescope git status"; |