Jump to content
View in the app

A better way to browse. Learn more.

Forum Supreme-Elite

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Si vous aimez et utilisez l'éditeur Vim, voici une alternative baptisée Kakoune qui devrait vous plaire. Les commandes sont calquées sur celles de Vim et il peut fonctionner en mode normal (lecture) ou en mode insertion (pour modifier le contenu).

D'après son développeur, Kakoune est aussi efficace voire plus, que Vim en terme de "frappes minimales pour effectuer une action".

Voici la liste de ses fonctionnalités :

  • Multiple selections as a central way of interacting
  • Powerful selection manipulation primitives
    • Select all regex matches in current selections
    • Keep selections containing/not containing a match for a given regex
    • Split current selections with a regex
    • Text objects (paragraph, sentence, nestable blocks)
  • Powerful text manipulation primitives
    • Align selections
    • Rotate selection contents
    • Case manipulation
    • Indentation
    • Piping each selection to external filter
  • Client-Server architecture
    • Multiple clients on the same editing session
    • Use tmux or your X11 window manager to manage windows
  • Simple interaction with external programs
  • Automatic contextual help
  • Automatic as you type completion
  • Macros
  • Hooks
  • Syntax Highlighting
    • Supports multiple languages in the same buffer
    • Highlight a buffer differently in different windows

Et une démo en vidéo de ses possibilités:

Pour l'installer, rien de plus simple. Sous OSX, faites un

brew install --HEAD

Et sous Linux, compilez comme ceci :

git clone

cd kakoune/src

make

./kak

Ensuite pour le lancer, entrer la commande kak. La liste des raccourcis claviers se trouve ici.

Bon dev à tous !

Cet article merveilleux et sans aucun égal intitulé : Kakoune – Peut être le soft qui remplacera Vim ? ; a été publié sur Korben, le seul site qui t'aime plus fort que tes parents.



Voir l'article complet

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.