I Duran

Results 40 comments of I Duran

Yes it appears in all buffers, doesn't matter the file type. In normal mode `'.` takes me to the place where I just typed `jk` to exit insert mode. These...

> That's very uncommon. Is there anywhere where I can see your configuration? Sure, here it is [my Doom Emacs config](https://github.com/ivanddm/.doom.d).

I solved that by selecting `css-classes` in the plugin `choose highlight method` options, and then in `obsidian.css` I added the following, so it uses the color font of the theme...

Hi, I am trying to use the `let g:ctrlp_funky_multi_buffers = 1` option but is not working for me (I'm using Mac, in either terminal vim or Macvim). It still only...

> Open current block in zoomed in view/sidebar from normal mode. (`Ctrl-o/Ctrl-shift-o` in the insert mode) It would be great to have a mapping to zoom in and out but...

@lithammer How would you install/configure pyright to use it with `kak-lsp`? `pyright-langserver --stdio` is in my path and added something like this to my `kak-lsp.toml` (but I'm just guessing here):...

@lithammer thanks for that... I tried what you suggest as well with and without `offset_encoding = "utf-8"` but still it is not picking up the server when opening python files......

This option would be really nice especially since Neovim now has the option to keep a global status line with `set laststatus=3`

This preview script is working for me in both Kitty and WezTerm (in MacOS) to preview images and pdfs (not in iTerm though): ```sh #!/usr/bin/env bash file=$1 w=$2 h=$3 x=$4...

@jtrees ~~do you have the cleaner option set in your lfrc? e.g. `set cleaner ~/.config/lf/lf_kitty_clean` (or to whatever path that points to your cleaner script?~~ (EDIT: Yes, you do, I...