aboutsummaryrefslogtreecommitdiffstats
path: root/hm
diff options
context:
space:
mode:
Diffstat (limited to 'hm')
-rw-r--r--hm/soispha/conf/nvim/mappings/default.nix4
1 files changed, 4 insertions, 0 deletions
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";