Switch to iterm + multi-J/K keybinds

This commit is contained in:
Henrik Lissner 2015-09-30 13:49:37 -04:00
parent 9ac47ccdce
commit 23075e937e
3 changed files with 32 additions and 13 deletions

View file

@ -54,5 +54,14 @@
(message "Running: %s" command)
(shell-command command)))
(defun narf-switch-to-iterm ()
(interactive)
(shell-command "osascript -e 'tell application \"iTerm2\" to activate'" nil))
(defun narf-switch-to-iterm-and-cd ()
(interactive)
(narf:tmux-chdir nil t)
(shell-command "osascript -e 'tell application \"iTerm2\" to activate'" nil))
(provide 'core-os-osx)
;;; core-os-osx.el ends here