summaryrefslogtreecommitdiff
path: root/Tcaps
diff options
context:
space:
mode:
Diffstat (limited to 'Tcaps')
-rw-r--r--Tcaps12
1 files changed, 12 insertions, 0 deletions
diff --git a/Tcaps b/Tcaps
new file mode 100644
index 0000000..07a22e3
--- /dev/null
+++ b/Tcaps
@@ -0,0 +1,12 @@
+#!/bin/zsh
+
+T_=${has_termcaps:+$termcap[as]}
+_T=${has_termcaps:+$termcap[ae]}
+_tq_=${${has_termcaps:+"q"}:-"-"}
+_tj_=${${has_termcaps:+"j"}:-"'"}
+_tk_=${${has_termcaps:+"k"}:-"."}
+_tl_=${${has_termcaps:+"l"}:-","}
+_tm_=${${has_termcaps:+"m"}:-"\`"}
+_tt_=${${has_termcaps:+"t"}:-"]"}
+_tu_=${${has_termcaps:+"u"}:-"["}
+_tx_=${${has_termcaps:+"x"}:-"|"}