Skip to content

Commit

Permalink
Add support for C-x o from M-x term too (think about cssh).
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri committed Sep 14, 2010
1 parent bce886d commit bd9158f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions switch-window.el
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,5 @@ ask user for the window where move to"
(switch-to-window-number key))))))

(global-set-key (kbd "C-x o") 'switch-window)
(define-key term-raw-map (kbd "C-x o") 'switch-window)
(provide 'switch-window)

0 comments on commit bd9158f

Please sign in to comment.