Guest User

Untitled

a guest
Oct 23rd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. (global-set-key (kbd "C-x <up>") 'windmove-up)
  2. (global-set-key (kbd "C-x <down>") 'windmove-down)
  3. (global-set-key (kbd "C-x <left>") 'windmove-left)
  4. (global-set-key (kbd "C-x <right>") 'windmove-right)
Add Comment
Please, Sign In to add comment