aboutsummaryrefslogtreecommitdiff
path: root/autoload/filetype/conf.kak
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-11-03 23:29:02 +0530
committerAkshay Nair <phenax5@gmail.com>2025-11-03 23:29:02 +0530
commit5893d956b075d7e58d8c9151fa508bc190a2f747 (patch)
treef088b6706f235039b66823334182e2b24b5fa160 /autoload/filetype/conf.kak
parentf69a19a4bd00ad92843b903db3d5967d11095edd (diff)
downloadkakoune-config-5893d956b075d7e58d8c9151fa508bc190a2f747.tar.gz
kakoune-config-5893d956b075d7e58d8c9151fa508bc190a2f747.zip
Add filetype mapping for tmux
Diffstat (limited to 'autoload/filetype/conf.kak')
-rw-r--r--autoload/filetype/conf.kak4
1 files changed, 4 insertions, 0 deletions
diff --git a/autoload/filetype/conf.kak b/autoload/filetype/conf.kak
new file mode 100644
index 0000000..f7fd3c5
--- /dev/null
+++ b/autoload/filetype/conf.kak
@@ -0,0 +1,4 @@
+hook global BufCreate .*tmux[.]conf %{ set-option buffer filetype tcl }
+
+hook global BufCreate .*zshrc %{ set-option buffer filetype sh }
+