Compare commits
3 Commits
c07beeb0ac
...
6de971a11a
Author | SHA1 | Date | |
---|---|---|---|
|
6de971a11a | ||
|
dac18af830 | ||
|
03da684f9a |
@ -11,7 +11,9 @@
|
|||||||
"j" #'evil-next-visual-line
|
"j" #'evil-next-visual-line
|
||||||
"k" #'evil-previous-visual-line)
|
"k" #'evil-previous-visual-line)
|
||||||
:custom
|
:custom
|
||||||
(evil-undo-system 'undo-tree))
|
(evil-undo-system 'undo-tree)
|
||||||
|
(evil-split-window-below t)
|
||||||
|
(evil-vsplit-window-right t))
|
||||||
|
|
||||||
(use-package evil-collection
|
(use-package evil-collection
|
||||||
:after evil)
|
:after evil)
|
||||||
|
@ -189,8 +189,6 @@
|
|||||||
(concat "python "
|
(concat "python "
|
||||||
"bin/start_celery_workers.py "
|
"bin/start_celery_workers.py "
|
||||||
"-n " "travel-service "
|
"-n " "travel-service "
|
||||||
"-Q "
|
|
||||||
"default,io_pool,cpu_pool,priority_io_pool,priority_cpu_pool "
|
|
||||||
">> ~/lola/logs/travel-svc-celery.log 2>&1")))
|
">> ~/lola/logs/travel-svc-celery.log 2>&1")))
|
||||||
:file "~/lola/logs/travel-svc-celery.log"
|
:file "~/lola/logs/travel-svc-celery.log"
|
||||||
:inhibit-process-filter t
|
:inhibit-process-filter t
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
:general
|
:general
|
||||||
(leader-map "v" #'project-vterm)
|
(leader-map "v" #'project-vterm)
|
||||||
:custom
|
:custom
|
||||||
|
(vterm-max-scrollback 10000)
|
||||||
(vterm-environment '("TYPEWRITTEN_CURSOR=terminal"))
|
(vterm-environment '("TYPEWRITTEN_CURSOR=terminal"))
|
||||||
(vterm-ignore-blink-cursor t)
|
(vterm-ignore-blink-cursor t)
|
||||||
(vterm-eval-cmds '(("find-file" find-file)
|
(vterm-eval-cmds '(("find-file" find-file)
|
||||||
|
Loading…
Reference in New Issue
Block a user