Skip to content

Commit

Permalink
'twittering-mode-map' is modified for non-window terminal.
Browse files Browse the repository at this point in the history
  • Loading branch information
cvmat committed Dec 3, 2009
1 parent 13201bc commit b0ad659
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
2009-12-03 Tadashi MATSUO <tad@mymail.twin.jp>

* twittering-mode.el (twittering-mode-map): define bindings so
as to be also valid even on non-window terminal.

2009-12-02 Naohiro Aota <naota@elisp.net>

* twittering-mode.el (twittering-icon-path): New funciton.
Expand Down
3 changes: 2 additions & 1 deletion twittering-mode.el
Expand Up @@ -375,7 +375,8 @@ directory. You should change through function'twittering-icon-mode'")
(define-key km "$" 'end-of-line)
(define-key km "n" 'twittering-goto-next-status-of-user)
(define-key km "p" 'twittering-goto-previous-status-of-user)
(define-key km [tab] 'twittering-goto-next-thing)
(define-key km "\C-i" 'twittering-goto-next-thing)
(define-key km "\M-\C-i" 'twittering-goto-previous-thing)
(define-key km [backtab] 'twittering-goto-previous-thing)
(define-key km [backspace] 'backward-char)
(define-key km "G" 'end-of-buffer)
Expand Down

0 comments on commit b0ad659

Please sign in to comment.