summaryrefslogtreecommitdiff
path: root/fnl/config/autocmd.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/autocmd.fnl')
-rw-r--r--fnl/config/autocmd.fnl4
1 files changed, 4 insertions, 0 deletions
diff --git a/fnl/config/autocmd.fnl b/fnl/config/autocmd.fnl
index 0b97224..0c74fe8 100644
--- a/fnl/config/autocmd.fnl
+++ b/fnl/config/autocmd.fnl
@@ -43,3 +43,7 @@
:callback (lambda []
(env.init nvim.g.aniseed#env)
(packer.sync))})
+
+(create-autocmd :FileType
+ {:pattern :netrw
+ :command "nmap <silent> <buffer> h -^ | nmap <silent> <buffer> l <cr>"})