From af39c059028677898adbceba7b0e042d908a9ebf Mon Sep 17 00:00:00 2001
From: Soispha <soispha@vhack.eu>
Date: Wed, 30 Aug 2023 16:04:24 +0200
Subject: Feat(hm/conf/nvim/mappings): Add mapping to go to file (<enter>)

---
 hm/soispha/conf/nvim/mappings/default.nix | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'hm/soispha/conf')

diff --git a/hm/soispha/conf/nvim/mappings/default.nix b/hm/soispha/conf/nvim/mappings/default.nix
index 210918ad..4ff0198a 100644
--- a/hm/soispha/conf/nvim/mappings/default.nix
+++ b/hm/soispha/conf/nvim/mappings/default.nix
@@ -134,6 +134,10 @@
       };
       normal =
         lib.recursiveUpdate {
+          "<Enter>" = {
+            action = "gf";
+            desc = "open file/url under cursor";
+          };
           "<Tab>" = {
             action = ":";
             desc = "jump to command line";
-- 
cgit 1.4.1