Switch to iterm + multi-J/K keybinds
This commit is contained in:
parent
9ac47ccdce
commit
23075e937e
3 changed files with 32 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue