Skip to content

Commit

Permalink
Added apple-n to open a new frame/window shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
terhechte committed Jun 20, 2015
1 parent 3bf1a22 commit 29f7189
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion create.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
ln -s ./spacemacs ~/.spacemacs
#!/bin/bash
ln -s /Users/terhechte/.spacemacsConfig/spacemacs ~/.spacemacs
1 change: 1 addition & 0 deletions spacemacs
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ layers configuration."
(global-set-key (kbd "s-o") 'find-file)
(global-set-key (kbd "s-p") 'find-file-at-point)
(global-set-key (kbd "s-t") 'helm-projectile-find-file)
(global-set-key (kbd "s-n") 'new-frame)

(global-set-key (kbd "s-v") 'my-paste)
(global-set-key (kbd "s-c") 'my-copy)
Expand Down

0 comments on commit 29f7189

Please sign in to comment.