diff options
| author | Mike Vink <> | 2023-04-19 23:29:47 +0200 |
|---|---|---|
| committer | Mike Vink <> | 2023-04-19 23:29:47 +0200 |
| commit | 99e9d437548e2570346b2c666e1192cd800a0b11 (patch) | |
| tree | 03b291be24b2e657a51fdf4c2d346b7456aaa922 | |
| parent | f6223dc112cd0e3d046f0cb00a5c5994e205f967 (diff) | |
fixup
| -rw-r--r-- | fnl/conf/init.fnl | 4 |
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 [...])] |
