Redo tmux library + ex commands

This commit is contained in:
Henrik Lissner 2015-12-09 01:17:08 -05:00
parent ae391a3356
commit 4882df4847
2 changed files with 47 additions and 10 deletions

View file

@ -47,7 +47,10 @@
(exmap "@" 'narf/evil-macro-on-all-lines)
(exmap "t[mux]" 'narf:send-to-tmux)
(exmap "tcd" (λ (narf:send-to-tmux (format "cd '%s'" default-directory))))
(exmap "t[mux]w" 'narf/tmux-new-window)
(exmap "t[mux]s" 'narf/tmux-split-window)
(exmap "t[mux]v" (λ (narf/tmux-split-window t)))
(exmap "tcd" 'narf:tmux-cd)
(exmap "cont[act]" 'narf:org-crm-contact)
(exmap "proj[ect]" 'narf:org-crm-project)