aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-28 14:44:43 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-28 14:44:43 +1300
commitf19ec7b2948c9caa0af7d6302e869dcbfccbe86e (patch)
tree3e46ed8c24255be92f083b0d93641d5fb4b24265
parentAdd TABS.markdown to show how to switch to tabs (diff)
downloaddotfiles-f19ec7b2948c9caa0af7d6302e869dcbfccbe86e.tar.gz
dotfiles-f19ec7b2948c9caa0af7d6302e869dcbfccbe86e.zip
Correct explanation of ksw(1df) idea
-rw-r--r--IDEAS.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/IDEAS.markdown b/IDEAS.markdown
index 544530e3..bba9e314 100644
--- a/IDEAS.markdown
+++ b/IDEAS.markdown
@@ -1,8 +1,8 @@
Ideas
=====
-* A wrapper ksw(1df) (kill-switch) that caches SIGINT traps to kill a called
- program or loop immediately rather than aborting a loop (is this possible?)
+* A wrapper ksw(1df) (kill-switch) that traps SIGINT to kill a called program
+ or loop immediately, rather than aborting a loop (is this possible?)
* A wrapper sil(1df) or nec(1df) to turn stty -echo off for the duration of a
paste?
* I can probably share my psql() completions/shortcuts after sanitizing them