diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-11-03 23:29:02 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-11-03 23:29:02 +0530 |
| commit | 5893d956b075d7e58d8c9151fa508bc190a2f747 (patch) | |
| tree | f088b6706f235039b66823334182e2b24b5fa160 /autoload | |
| parent | f69a19a4bd00ad92843b903db3d5967d11095edd (diff) | |
| download | kakoune-config-5893d956b075d7e58d8c9151fa508bc190a2f747.tar.gz kakoune-config-5893d956b075d7e58d8c9151fa508bc190a2f747.zip | |
Add filetype mapping for tmux
Diffstat (limited to 'autoload')
| -rw-r--r-- | autoload/filetype/conf.kak | 4 | ||||
| -rw-r--r-- | autoload/filetype/mdx.kak (renamed from autoload/syntax/mdx.kak) | 0 | ||||
| -rw-r--r-- | autoload/filetype/org.kak (renamed from autoload/syntax/org.kak) | 0 | ||||
| l--------- | autoload/standard-library | 2 |
4 files changed, 5 insertions, 1 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 } + diff --git a/autoload/syntax/mdx.kak b/autoload/filetype/mdx.kak index b5c4b0a..b5c4b0a 100644 --- a/autoload/syntax/mdx.kak +++ b/autoload/filetype/mdx.kak diff --git a/autoload/syntax/org.kak b/autoload/filetype/org.kak index 79f6291..79f6291 100644 --- a/autoload/syntax/org.kak +++ b/autoload/filetype/org.kak diff --git a/autoload/standard-library b/autoload/standard-library index 206c960..9590013 120000 --- a/autoload/standard-library +++ b/autoload/standard-library @@ -1 +1 @@ -/nix/store/jqyklnpbcy1snmz5vc0fr6wkfxqhjgb9-kakoune-2025.06.03/share/kak/rc
\ No newline at end of file +/nix/store/fvsky2ixb5c26a7nkvavwpl4pc6y594g-kakoune-2025.06.03/share/kak/rc
\ No newline at end of file |
