; --- Modeless key bindings ---
bind-key goto-line ^G ; how to ask for line number?
bind-key next-buffer ^I ; Works
;bind-key next-buffer ^TAB ; Fails to load
bind-key write-changed-buffers ^W ; Fails
; --- Insert mode key bindings ---
bind-insmode-key goto-bol FN-H ; Works
bind-insmode-key goto-eol FN-E ; Works
bind-insmode-key goto-beginning-of-file ctrl+FN-H ; Works
bind-insmode-key goto-end-of-file ctrl+FN-E ; Works
bind-insmode-key search-forward ^F ; Fails
bind-insmode-key undo-change ^Z ; Fails
; --- Command mode key bindings ---
bind-cmdmode-key goto-bol FN-H ; Fails
bind-cmdmode-key goto-eol FN-E ; Fails
bind-cmdmode-key goto-beginning-of-file ctrl+FN-H ; Fails
bind-cmdmode-key goto-end-of-file ctrl+FN-E ; Fails
bind-cmdmode-key edit-file ^O ; Fails