Blog: 2023-12-02: Difference between revisions
Jump to navigation
Jump to search
(Created page with "ok want to have basic vim window movements available under c-space (or maybe switch to helix editor frfr) here's the test case vim<cr> # open vim <spc>' # split into termin...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
here's the test case |
here's the test case |
||
<pre> |
|||
vim<cr> # open vim |
vim<cr> # open vim |
||
<spc>' # split into terminal |
<spc>' # split into terminal |
||
<c-spc>k # go up to top split |
<c-spc>k # go up to top split |
||
<c-spc>j # go back down to terminal (should go into insert mode) |
<c-spc>j # go back down to terminal (should go into insert mode) |
||
</pre> |
|||
Got sidetracked with updating my weechat guide and added functionality to vim to define vim abbrevs interactively: https://git.sr.ht/~razzi/razzi-abbrevs |
Got sidetracked with updating my weechat guide and added functionality to vim to define vim abbrevs interactively: https://git.sr.ht/~razzi/razzi-abbrevs |
||
---- |
|||
llllink roll up |
|||
* https://letoverlambda.com/ |
|||
* https://stevelosh.com/blog/2018/08/a-road-to-common-lisp/ |
|||
* https://docs.helix-editor.com/keymap.html |
|||
* https://fennel-lang.org/ |
|||
* https://github.com/helix-editor/helix/discussions/3806 |
|||
* https://github.com/mawww/kakoune |
|||
* https://helix-editor.com/ |
Latest revision as of 23:45, 2 December 2023
ok
want to have basic vim window movements available under c-space (or maybe switch to helix editor frfr)
here's the test case
vim<cr> # open vim <spc>' # split into terminal <c-spc>k # go up to top split <c-spc>j # go back down to terminal (should go into insert mode)
Got sidetracked with updating my weechat guide and added functionality to vim to define vim abbrevs interactively: https://git.sr.ht/~razzi/razzi-abbrevs
llllink roll up