neovim Neovim How can I let to variable a path with other env variable in it in init.vim?
Jump
  • chimay chimay 10 months ago 100%

    you can use a dot to concatenate strings :

    let trial = $HOME . '/dir1/dir2/dir3'
    
    1
  • vimplugins
    vimplugins chimay 12 months ago 100%
    Wheel group manager v3.7 : manage multiple session files github.com

    Wheel is a : - file group manager - session manager (tabs & windows) - navigation plugin - refactoring tool for Vim and Neovim. This version add support to manage as many sessions as you want : - save session - load or switch to another session

    1
    0
    opensource Open Source Visual Studio Code alternatives for Linux?
    Jump
  • chimay chimay 1 year ago 100%

    lite-xl looks promising

    the main missing feature imho : being able to search/filter settings, keybindings in particular

    1
  • fediverse Fediverse Friendica - Hubzilla - Diaspora - SocialHome
    Jump
  • chimay chimay 1 year ago 100%

    friendica & hubzilla are similar. From there, you can follow diaspora accounts as well as the fediverse stuff : mastodon, lemmy, peertube, ...

    socialhome, I dunno.

    2
  • lemmyapps Lemmy Apps Alexandrite 0.8.0 - Light mode, link and vote button hue customization, nicer looking posts, post content preview on the List layout
    Jump
  • chimay chimay 1 year ago 100%

    great ! what do you think of h to go to the parent comment ?

    2
  • lemmyapps Lemmy Apps Alexandrite 0.8.0 - Light mode, link and vote button hue customization, nicer looking posts, post content preview on the List layout
    Jump
  • chimay chimay 1 year ago 100%

    beautiful, I'm liking it more and more!

    the only little trouble I've with it now is the scrolling : works well with the mouse or the arrow keys, but not with pageup/pagedown

    (browser : qutebrowser)

    edit : solved, works fine in insert mode!

    btw, I see that j/k go to next/previous post, are there other nice keybindings ?

    2
  • fediverse Fediverse Yoyager is now on the Playstore
    Jump
  • chimay chimay 1 year ago 100%

    anything to do with the mobile ui ?

    is it foss ?

    5
  • asklemmy Ask Lemmy is there an equivalent to multi-reddits (or subscription lists) ?
    Jump
  • chimay chimay 1 year ago 100%

    yes, and it'd give access to a 2 levels subs structure

    1
  • fediverse Fediverse any xmpp interesting room you would recommend
    Jump
  • chimay chimay 1 year ago 100%

    i noticed matrix was kind of slow to sync

    libervia seems worth a look

    thanks for this detailed analysis

    1
  • linux Linux Is there something like the AUR for debian-based distros?
    Jump
  • chimay chimay 1 year ago 100%

    slackware has slackbuild iirc, arch has aur, so why not debianbuild recipes ?

    1
  • fediverse Fediverse any xmpp interesting room you would recommend
    Jump
  • chimay chimay 1 year ago 100%

    good idea, thx !

    2
  • fediverse Fediverse any xmpp interesting room you would recommend
    Jump
  • chimay chimay 1 year ago 100%

    I wonder why matrix is more popular than xmpp, while being more recent

    anyway, thanks!

    2
  • fediverse
    Fediverse chimay 1 year ago 93%
    any xmpp interesting room you would recommend

    for instance on free software, linux, bsd, ... ?

    14
    9
    asklemmy Asklemmy How come we experience so much more inflation than deflation? in other words, why does our buying power decrease far more often than it increases?
    Jump
  • chimay chimay 1 year ago 100%

    hints :

    • inflation increases the nominal amount of tax on added value, good for countries balance sheets
    • inflation decreases the real value of sovereign debts
    • a company will never lower its prices as long as sales do not plunge
    • energy actors only look at natural gas prices when it raises, never when it comes down

    you could add your own items to the list, it's a long one.

    9
  • vimplugins
    vimplugins chimay 1 year ago 100%
    organ : generalize orgmode to markdown and any folding structure github.com

    # Features - folding based on headings in org and markdown files - headings based on folding in folded files + you can handle your folds like headings in orgmode - navigate in headings or list items hierarchy + next, previous : any level + forward, backward : same level as current one + parent heading, upper level + child heading, lower level : - loosely speaking : first headline of level + 1, forward - strictly speaking : must be in the current subtree + go to another headline with prompt completion of full path - modify headings or list items + new headline or list item + select, yank, delete subtree + promote, demote heading or list item + move subtree up or down + move current subtree in another one (aka org-refile) + cycle todo status - headlines + tags - lists + cycle list item prefix + toggle checkbox + checked boxes ratio on parent item - tables + inside of table : align columns - also works with multibyte characters + outside of table : align following a pattern + go to next or previous cell + go to beginning or end of cell + duplicate above cell content to current one + select cell content + add new row, colum + delete row, colum + move row up or down + move column left or right - links + store url at cursor + create link with url completion + goto link under or close to cursor + goto next/previous link - expand shortcut to template (aka org-structure-template) + markdown support limited to code blocks - insert timestamp - insert unicode character + refer to autoload/organ/unicode.vim to see available chars - insert result of vim or python expression - export in another format using + pandoc + emacs + asciidoc or asciidoctor + view exported document - convert headings and links org <-> markdown

    6
    0
    vimplugins
    vimplugins chimay 1 year ago 100%
    wheel : any line in any file is only a few keys away. github.com

    # What is it ? Wheel is a : - file group manager - navigation plugin - refactoring tool for Vim and Neovim. Our favorite editor has already plenty of nice navigation functions. Wheel enhances their interface by using : - intuitive completion with multi-pattern support for prompting functions - dedicated buffers, in which you can filter and select elements, besides using the full power of your editor - a meta-command with subcommands, actions and completion - edit modes, that allow you to reflect your changes in a dedicated buffer to the original file(s) With these tools, any line in any file is only a few keys away. All is written in lightweight, classical Vimscript. # Features The group manager is the core, but it goes far beyond that : you need a quick navigation framework to travel in the wheel, and once it is there, it’s easy to add new functionalities. - folding based on headings in org and markdown files - headings based on folding in folded files + you can handle your folds like headings in orgmode - navigate in headings or list items hierarchy + next, previous : any level + forward, backward : same level as current one + parent heading, upper level + child heading, lower level : - loosely speaking : first headline of level + 1, forward - strictly speaking : must be in the current subtree + go to another headline with prompt completion of full path - modify headings or list items + new headline or list item + select, yank, delete subtree + promote, demote heading or list item + move subtree up or down + move current subtree in another one (aka org-refile) + cycle todo status - headlines + tags - lists + cycle list item prefix + toggle checkbox + checked boxes ratio on parent item - tables + inside of table : align columns - also works with multibyte characters + outside of table : align following a pattern + go to next or previous cell + go to beginning or end of cell + duplicate above cell content to current one + select cell content + add new row, colum + delete row, colum + move row up or down + move column left or right - links + store url at cursor + create link with url completion + goto link under or close to cursor + goto next/previous link - expand shortcut to template (aka org-structure-template) + markdown support limited to code blocks - insert timestamp - insert unicode character + refer to autoload/organ/unicode.vim to see available chars - insert result of vim or python expression - export in another format using + pandoc + emacs + asciidoc or asciidoctor + view exported document - convert headings and links org <-> markdown

    2
    0
    programming Programming *Permanently Deleted*
    Jump
  • chimay chimay 1 year ago 100%

    looks awesome!

    1
  • linux Linux Suggestions for lightweight browsers for Ubuntu?
    Jump
  • chimay chimay 1 year ago 100%

    qutebrowser if you don't mind vim-like keybinding.

    That said, the heaviest things on the web today are those bloated sites.

    1
  • friendica Friendica any android app for friendica ?
    Jump
  • chimay chimay 1 year ago 100%

    found fedilab, working fine

    2
  • fediverse
    Fediverse chimay 1 year ago 100%
    any android app for friendica ?

    A specific one, or at least that support it ? Didn't find anything on play store or fdroid.

    6
    3
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSH
    SHELL chimay 1 year ago 100%
    announcement : link-batch.zsh, to generate symlinks batches

    cross-posted from: https://lemmy.world/post/1838642 > [link-batch](https://github.com/chimay/scripts/blob/master/zsh/link-batch.zsh) is a minimalist script that generate symlinks from a list in a text file. Usage : > > ```sh > link-batch.zsh link-list.txt > ``` > > where `link-list.txt` contains two columns : the first one for the links and the second one for the targets. Example : > > ``` > ~/.config/kitty ~/myfiles/config/kitty > ~/.config/nvim ~/myfiles/config/neovim > ~/.config/MuseScore ~/myfiles/config/MuseScore/$HOST > ... > ``` > > The two columns must be separated by a tab. > > Can be used to quickly deploy all home links in a fresh box.

    1
    0
    shell
    Shell Scripting chimay 1 year ago 83%
    announcement : link-batch.zsh, to generate symlinks batches

    cross-posted from: https://lemmy.world/post/1838642 > [link-batch](https://github.com/chimay/scripts/blob/master/zsh/link-batch.zsh) is a minimalist script that generate symlinks from a list in a text file. Usage : > > ```sh > link-batch.zsh link-list.txt > ``` > > where `link-list.txt` contains two columns : the first one for the links and the second one for the targets. Example : > > ``` > ~/.config/kitty ~/myfiles/config/kitty > ~/.config/nvim ~/myfiles/config/neovim > ~/.config/MuseScore ~/myfiles/config/MuseScore/$HOST > ... > ``` > > The two columns must be separated by a tab. > > Shell vars like `$HOME` or `$HOST` are evaluated to their values. > > Can be used to quickly deploy all home links in a fresh box.

    4
    2
    linux
    Linux chimay 1 year ago 60%
    announcement : link-batch.zsh, to generate symlinks batches

    [link-batch](https://github.com/chimay/scripts/blob/master/zsh/link-batch.zsh) is a minimalist script that generate symlinks from a list in a text file. Usage : ```sh link-batch.zsh link-list.txt ``` where `link-list.txt` contains two columns : the first one for the links and the second one for the targets. Example : ``` ~/.config/kitty ~/myfiles/config/kitty ~/.config/nvim ~/myfiles/config/neovim ~/.config/MuseScore ~/myfiles/config/MuseScore/$HOST ... ``` The two columns must be separated by a tab. Shell vars like `$HOME` or `$HOST` are evaluated to their values. Can be used to quickly deploy all home links in a fresh box.

    1
    0
    friendica Friendica friendica is a lot underrated
    Jump
  • chimay chimay 1 year ago 100%

    The more you get used to the fediverse-way, the more you like it. With people rushing in mastodon & lemmy, it's only a question of time before it gets more attention, imho.

    2
  • fediverse Fediverse Mastodon federation with Akkoma and Pleroma
    Jump
  • chimay chimay 1 year ago 100%

    So far, I've encountered no problem adding masto accounts in akkoma. That said, I don't use it much.

    6
  • selfhosted Selfhosted What's everyone's favourite "oh shit" live ISO?
    Jump
  • chimay chimay 1 year ago 100%

    you mean this one ? https://medicatusb.com/

    2
  • friendica Friendica friendica is a lot underrated
    Jump
  • chimay chimay 1 year ago 100%

    I've tried zotum.net, nice, last version, but it's down sometimes, so I've cloned the channel in hub.hubzilla.de, works fine

    1
  • friendica Friendica friendica is a lot underrated
    Jump
  • chimay chimay 1 year ago 100%

    I'm re-discovering it right now

    • features are similar
    • hubzilla is more modular, you can add modules called "apps"
      • e.g; : there is an app to manage groups
    • there is a cloud storage ("files" app)
    • it's easy to import a channel from another instance, and sync your channels

    both are great.

    2
  • fediverse Fediverse 👉👈 I need 4 active users on my instance 🥹
    Jump
  • chimay chimay 1 year ago 100%

    done ; good idea to use lemmony ! fediverse is a rich world ...

    3
  • friendica Friendica friendica is a lot underrated
    Jump
  • chimay chimay 1 year ago 100%

    yes, it's mentioned in https://hubzilla.org/page/hubzilla/discover

    It should also be fediverse compatible, but for now I can't follow some random mastodon accounts. Maybe I missed something

    1
  • friendica Friendica friendica is a lot underrated
    Jump
  • chimay chimay 1 year ago 100%

    right, I forgot to mention it !

    1
  • friendica Friendica friendica is a lot underrated
    Jump
  • chimay chimay 1 year ago 100%

    quiet and powerful, I like it

    2
  • friendica Friendica friendica is a lot underrated
    Jump
  • chimay chimay 1 year ago 100%

    a long time ago, but didn't dig deep

    good reminder, though

    1
  • selfhosted Selfhosted Best way to have file sync on a local network?
    Jump
  • chimay chimay 1 year ago 100%

    besides syncthing, there is also unison

    1
  • nostupidquestions No Stupid Questions ELI5: Would it be possible for a "fediverse" app to exist?
    Jump
  • chimay chimay 1 year ago 100%

    yes, but you can't see a timeline with followed users only, at least I couldn't find how.

    1
  • freebsd FreeBSD Hello World
    Jump
  • chimay chimay 1 year ago 100%

    printf('hello there !')

    1
  • selfhosted Selfhosted Hybrid email setup w/ managed server but self-hosted client
    Jump
  • chimay chimay 1 year ago 100%

    I use them with neomutt for years, and am happy with it.

    1
  • vimplugins
    vimplugins chimay 1 year ago 100%
    Welcome everybody !

    In case some people from <https://old.reddit.com/r/vimplugins/> or elsewhere wants to regroup on lemmy, and talk about specific (neo)vim plugins stuff, this place is yours.

    1
    0
    vim
    VIM - Vi IMproved chimay 1 year ago 100%
    organ : generalize org to markdown and folds, version 1.4 https://lemmy.world/pictrs/image/7f1aea32-deee-4d88-b2b8-30cf172c7fd1.jpeg

    Generalize Orgmode to Markdown and any Folding structure in Vim and Neovim. Supports Org, Markdown and any Folded file. See [the repo](https://github.com/chimay/organ) for more information. Features : - folding based on headings in org and markdown files - headings based on folding in folded files + you can handle your folds like headings in orgmode - navigate in headings or list items hierarchy + next, previous : any level + forward, backward : same level as current one + parent heading, upper level + child heading, lower level : - loosely speaking : first headline of level + 1, forward - strictly speaking : must be in the current subtree + go to another headline with prompt completion of full path - modify headings or list items + new headline or list item + select, yank, delete subtree + promote, demote heading or list item + move subtree up or down + move current subtree in another one (aka org-refile) + cycle todo status - headlines + tags - lists + cycle list item prefix + toggle checkbox + checked boxes ratio on parent item - tables + inside of table : align columns - also works with multibyte characters + outside of table : align following a pattern + go to next or previous cell + go to beginning or end of cell + duplicate above cell content to current one + select cell content + add new row, colum + delete row, colum + move row up or down + move column left or right - links + store url at cursor + create link with url completion + goto link under or close to cursor + goto next/previous link - expand shortcut to template (aka org-structure-template) + markdown support limited to code blocks - insert timestamp - insert unicode character + refer to autoload/organ/unicode.vim to see available chars - insert result of vim or python expression - export in another format using + pandoc + emacs + asciidoc or asciidoctor + view exported document - convert headings and links org <-> markdown

    3
    0
    lemmyworld Lemmy.World Announcements useful fediverse links, for newcomers & everyone
    Jump
  • chimay chimay 1 year ago 100%

    a must-check before signing up somewhere

    1
  • lemmyworld Lemmy.World Announcements useful fediverse links, for newcomers & everyone
    Jump
  • chimay chimay 1 year ago 100%

    nice tree ! it''s added in the list, if you don' mind of course ?

    2
  • lemmyworld Lemmy.World Announcements useful fediverse links, for newcomers & everyone
    Jump
  • chimay chimay 1 year ago 100%

    of course, be my guest !

    3
  • lemmyworld Lemmy.World Announcements useful fediverse links, for newcomers & everyone
    Jump
  • chimay chimay 1 year ago 100%

    sure !

    1
  • lemmyworld Lemmy.World Announcements useful fediverse links, for newcomers & everyone
    Jump
  • chimay chimay 1 year ago 100%

    I'm guessing the author is a mastodon user, but it can be applied on other microblog projects

    4
  • lemmyworld Lemmy.World Announcements useful fediverse links, for newcomers & everyone
    Jump
  • chimay chimay 1 year ago 100%

    done !

    8
  • fediverse Fediverse useful fediverse links, for newcomers & everyone
    Jump
  • chimay chimay 1 year ago 100%

    you're perfectly right, I'm on it

    2
  • lemmyworld
    Lemmy.World Announcements chimay 1 year ago 99%
    useful fediverse links, for newcomers & everyone

    cross-posted from: https://lemmy.world/post/256146 - various tips : <https://fedi.tips/> - softwares, instances, stats : <https://fedidb.org/> - intro : <https://fediverse.info/> - intro, main projects : <https://fediverse.party/> - project list : <https://fediverse.party/en/miscellaneous/> - find a soft & instance : <https://fediverse.observer/> - soft & instance (incomplete) : <https://www.fediverse.to/> - some stats : <https://the-federation.info/> - curated accounts selection : <https://fedi.directory/> - lemmy communities : <https://browse.feddit.de/> - same thing : <https://lemmyverse.net/communities> - [find lemmy communities](https://tech.michaelaltfield.net/2023/06/11/lemmy-migration-find-subreddits-communities/) - how to use groups : <https://fedi.tips/how-to-use-groups-on-the-fediverse/> - some groups : <https://fedi.directory/tag/fediverse-groups/> - some accounts : <https://communitywiki.org/trunk> - aggregated trends : <https://feditrends.com/> - aggregated hashtags : <https://fediverse-explorer.stefanbohacek.dev/?tag=fediverse> - guide & tree view : <https://axbom.com/fediverse/> - defederating/defederated instances : <https://fba.ryona.agency/> - wiki : <https://joinfediverse.wiki/Main_Page>

    236
    26
    fediverse
    Fediverse chimay 1 year ago 96%
    useful fediverse links, for newcomers & everyone

    - various tips : <https://fedi.tips/> - softwares, instances, stats : <https://fedidb.org/> - intro : <https://fediverse.info/> - intro, main projects : <https://fediverse.party/> - project list : <https://fediverse.party/en/miscellaneous/> - find a soft & instance : <https://fediverse.observer/> - soft & instance (incomplete) : <https://www.fediverse.to/> - some stats : <https://the-federation.info/> - curated accounts selection : <https://fedi.directory/> - lemmy communities : <https://browse.feddit.de/> - same thing : <https://lemmyverse.net/communities> - [find lemmy communities](https://tech.michaelaltfield.net/2023/06/11/lemmy-migration-find-subreddits-communities/) - how to use groups : <https://fedi.tips/how-to-use-groups-on-the-fediverse/> - some groups : <https://fedi.directory/tag/fediverse-groups/> - some accounts : <https://communitywiki.org/trunk> - aggregated trends : <https://feditrends.com/> - aggregated hashtags : <https://fediverse-explorer.stefanbohacek.dev/?tag=fediverse> - guide & tree view : <https://axbom.com/fediverse/> - defederating/defederated instances : <https://fba.ryona.agency/> - wiki : <https://joinfediverse.wiki/Main_Page>

    27
    2
    lemmyworld Lemmy.World Announcements Why lemmy.world should not defederate from beehaw.org.
    Jump
  • chimay chimay 1 year ago 100%

    so, if I understand correctly, we wont see them on their own instance, but elsewhere

    4
  • lemmyworld Lemmy.World Announcements Why lemmy.world should not defederate from beehaw.org.
    Jump
  • chimay chimay 1 year ago 81%
    7
  • lemmyworld Lemmy.World Announcements I missed r/whenthe so I recreated it here.
    Jump
  • chimay chimay 1 year ago 100%
    1