summaryrefslogtreecommitdiffstats
path: root/conkerorrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-09-25 12:00:38 -0500
committerJesse Luehrs <doy@tozt.net>2009-09-25 12:00:38 -0500
commitfab796876d192768b3374e2bf9bec49bddd380e8 (patch)
tree6b3616864dab4b80407e4e966ca916e3462be9a7 /conkerorrc
parent7a472d45aa2a4e7fc8c662f3d274858c533df2dc (diff)
downloadconf-fab796876d192768b3374e2bf9bec49bddd380e8.tar.gz
conf-fab796876d192768b3374e2bf9bec49bddd380e8.zip
add (currently non-working) 0 and $ bindings
Diffstat (limited to 'conkerorrc')
-rw-r--r--conkerorrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conkerorrc b/conkerorrc
index a0eca31..6bf8af5 100644
--- a/conkerorrc
+++ b/conkerorrc
@@ -160,6 +160,9 @@ define_key(content_buffer_normal_keymap, "h", "cmd_scrollLeft");
define_key(content_buffer_normal_keymap, "l", "cmd_scrollRight");
define_key(content_buffer_normal_keymap, "g g", "cmd_scrollTop");
define_key(content_buffer_normal_keymap, "G", "cmd_scrollBottom");
+// XXX: these appear to not work yet
+define_key(content_buffer_normal_keymap, "0", "cmd_scrollBeginLine");
+define_key(content_buffer_normal_keymap, "$", "cmd_scrollEndLine");
define_key(content_buffer_normal_keymap, "n", "isearch-continue-forward");
define_key(content_buffer_normal_keymap, "N", "isearch-continue-backward");