summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
authorMike Vink <>2023-04-19 23:29:47 +0200
committerMike Vink <>2023-04-19 23:29:47 +0200
commit99e9d437548e2570346b2c666e1192cd800a0b11 (patch)
tree03b291be24b2e657a51fdf4c2d346b7456aaa922 /fnl
parentf6223dc112cd0e3d046f0cb00a5c5994e205f967 (diff)
fixup
Diffstat (limited to 'fnl')
-rw-r--r--fnl/conf/init.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/conf/init.fnl b/fnl/conf/init.fnl
index d7ce205..36cd4af 100644
--- a/fnl/conf/init.fnl
+++ b/fnl/conf/init.fnl
@@ -31,8 +31,8 @@
(map :n :<c-p> ":Telescope find_files<cr>")
(map :n "`<Backspace>" ":FocusDispatch ")
(map :n :<leader>p ":NewTab<cr>")
- (map :n :<leader>cf ":tabedit ~/flake|cd|G<cr><c-w>o")
- (map :n :<leader>cn ":tabedit ~/neovim|cd|G<cr><c-w>o"))
+ (map :n :<leader>cf ":tabedit ~/flake|tc ~/flake|G<cr><c-w>o")
+ (map :n :<leader>cn ":tabedit ~/neovim|tc ~/neovim|G<cr><c-w>o"))
(tset _G :P (lambda [...]
(let [inspected (icollect [_ v (ipairs [...])]