Skip to content

Commit

Permalink
FIX multi-term starting on F6
Browse files Browse the repository at this point in the history
  • Loading branch information
map7 committed Nov 10, 2016
1 parent cae4c77 commit cc978c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/97-shortcuts.el
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
(global-set-key [f3] 'twit)
(global-set-key [f4] 'magit-log-all)
(global-set-key [f5] 'magit-status)
(global-set-key [f6] 'get-term)
(global-set-key [f6] 'multi-term)
(global-set-key [f7] 'split-window-vertically)
(global-set-key [f8] 'other-window)
;; f9 is taken by git-status somewhere.
Expand Down

0 comments on commit cc978c1

Please sign in to comment.