From 6a4294e773ea29a70b522cdd39e0e7fbdc6a3b0b Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 4 Jun 2024 13:52:05 +0200 Subject: feat(Oil): add float options, change e to open in floating mode --- lua/pml68/remap.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/pml68/remap.lua') diff --git a/lua/pml68/remap.lua b/lua/pml68/remap.lua index 46c71e6..465fd3f 100644 --- a/lua/pml68/remap.lua +++ b/lua/pml68/remap.lua @@ -1,5 +1,5 @@ vim.g.mapleader = " " -vim.keymap.set("n", "e", "Oil") +vim.keymap.set("n", "e", "Oil --float") vim.keymap.set("n", "n", "set nu!") vim.keymap.set("n", "rn", "set rnu!") vim.keymap.set("n", "", "nohl") -- cgit v1.2.3