aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2015-11-25 23:35:24 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2015-11-25 23:35:24 +0000
commit3b83bda29c51c7b2c3aeef01dde1d3ba6a441e89 (patch)
tree372de569e6432bfa89893b30568bd17a453fcb54
parenta1bc339340abebfd9938a8e98f7cb26186c7e7c6 (diff)
downloadrtmux-3b83bda29c51c7b2c3aeef01dde1d3ba6a441e89.tar.gz
rtmux-3b83bda29c51c7b2c3aeef01dde1d3ba6a441e89.tar.bz2
rtmux-3b83bda29c51c7b2c3aeef01dde1d3ba6a441e89.zip
Add to TODO.
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
index 6094c023..c52d42b6 100644
--- a/TODO
+++ b/TODO
@@ -121,3 +121,13 @@
* automatic pane logging
* BCE? We are halfway there (output side is done for pane backgrounds),
just need to change how screen/grid handles erase
+ * copy mode key bindings should just be a standard key table, using
+ something like "copy-mode start-selection"; it could use
+ command-prompt for search, goto, etc:
+
+ bind -Temacs command-prompt -p'Search Up: ' 'copy-mode search-up %%'
+
+ it'd need a separate lookup, because modes are per-pane, perhaps a
+ table() cb to give the table name ("vi" or "emacs"). anything in the
+ table fires the command, anything not in the table is injected as a
+ key