Add new packages

Deft
Ocaml
ReasonML
This commit is contained in:
Maciej 2020-01-20 23:26:01 +02:00
parent c4b7a0c1a2
commit 77372c5093
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
7 changed files with 206 additions and 8 deletions

View file

@ -9,15 +9,16 @@
_a_: ag _s_: Switch project _m_: Git status
_b_: Switch buffer _f_: Find file in project _C_: Git checkout
_t_: Find file _g_: ag in current project _M_: Git blame
^^ _c_: Invalidate cache
_d_: Deft _c_: Invalidate cache
^^ _n_: New project
^^ _i_: ielm console
"
("q" nil "cancel" :color pink)
("q" nil "cancel" :color blue)
("a" counsel-ag)
("b" ibuffer)
("t" counsel-find-file)
("d" deft)
("s" counsel-projectile-switch-project)
("f" counsel-projectile-find-file)
("g" counsel-projectile-ag)
@ -41,7 +42,7 @@ _a_: align regexp
_e_: eval region
_s_: swiper
"
("q" nil "cancel" :color pink)
("q" nil "cancel" :color blue)
("c" comment-line)
("r" vr/replace)
@ -66,7 +67,7 @@ _v_: split vertically _<up>_: Move up
^^ _p_: Previous buffer
^^ _n_: Next buffer
"
("q" nil "cancel" :color pink)
("q" nil "cancel" :color blue)
("k" kill-buffer-and-window)
("h" split-window-below)