From f6223dc112cd0e3d046f0cb00a5c5994e205f967 Mon Sep 17 00:00:00 2001 From: Mike Vink <> Date: Wed, 19 Apr 2023 23:25:12 +0200 Subject: fixup --- fnl/conf/init.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fnl/conf/init.fnl b/fnl/conf/init.fnl index c89b0c5..d7ce205 100644 --- a/fnl/conf/init.fnl +++ b/fnl/conf/init.fnl @@ -31,8 +31,8 @@ (map :n : ":Telescope find_files") (map :n "`" ":FocusDispatch ") (map :n :p ":NewTab") - (map :n :cf ":tabedit ~/flake|Go") - (map :n :cn ":tabedit ~/neovim|Go")) + (map :n :cf ":tabedit ~/flake|cd|Go") + (map :n :cn ":tabedit ~/neovim|cd|Go")) (tset _G :P (lambda [...] (let [inspected (icollect [_ v (ipairs [...])] -- cgit v1.2.3