Skip to content

Commit

Permalink
Changed default key bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
ffevotte committed Sep 25, 2012
1 parent c471365 commit e55819e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slurm-mode.el
Expand Up @@ -70,7 +70,7 @@
(define-key slurm-mode-map (kbd "i") 'slurm-cluster-info)
(define-key slurm-mode-map (kbd "g") 'slurm-refresh)
(define-key slurm-mode-map (kbd "RET") 'slurm-details)
(define-key slurm-mode-map (kbd "d") 'slurm-details)
(define-key slurm-mode-map (kbd "d") 'slurm-job-cancel)
(define-key slurm-mode-map (kbd "k") 'slurm-job-cancel)
(define-key slurm-mode-map (kbd "u") 'slurm-job-update)
(define-key slurm-mode-map (kbd "e") 'slurm-job-update)
Expand Down

0 comments on commit e55819e

Please sign in to comment.