BartOtten

BartOtten

How do you all enter the pipe operator |>?

How do you all enter the pipe operator |> on your keyboard? I keep having troubles with it :frowning:

First Post!

Eiji

Eiji

What do you mean? Is it about your keyboard layout making it hard or something like that? It’s not clear what you are asking about … For me this question sounds like How do can breathe?.

I’m entering it without really thinking how to do it - simply by a lot of practice I don’t have to look at keyboard and as everything else I just type … I guess you mean something different (like problem with keyboard layout), right?

Most Liked

jswanner

jswanner

I’ve had the following in my Neovim/vim config for ~15 years for Ruby:

vim.api.nvim_set_keymap("i", "<c-l>", "<Space>=><Space>")

When I got into Elixir, I added the following:

vim.api.nvim_set_keymap("i", "<c-h>", "<Space><-<Space>")
vim.api.nvim_set_keymap("i", "<c-j>", "<Space>-><Space>")
vim.api.nvim_set_keymap("i", "<c-k>", "<Space>|><Space>")
cblavier

cblavier

You can also create a Siri shortcut and shout out “PIPE!” :face_with_tongue:

lud

lud

I made a vscode snippet for it, I just type pp<tab> and it writes a pipe op.

Last Post!

Almusamim

Almusamim

Do yourself a favor and get an ANSI US layout keyboard. Keychron are great

Where Next?

Popular in Dev Env & Tools Top

law
/an-aside Why is it not completing the module name too? Atom’s does. Also why does it not fill in the arguments with defaults that yo...
New
Dusty
New England download page New England repo I am a long-time dark theme user, but I recently developed an interest in coding on a light ...
New
New
Nezteb
I frequently switch between ElixirLS, Lexical, and Next LS in order to test each out and compare/contrast. I decided to create a brief fe...
New
AstonJ
Not sure I’m going to upgrade myself yet, but curious what others think: How are you finding it for dev? What are your thoughts of it g...
New
AstonJ
If you use a VPN or are interested in any please vote in the poll - you can select as many options as you want :icon_biggrin: I’ve added...
New
mikehostetler
TL;DR; Best practices for shipping an ecosystem of connector packages to Hex in a responsible way? Background I have a project, jido_c...
New

Other popular topics Top

New
hariharasudhan94
Lets say I have map like this fetching from my database %{"_id" =&gt; #BSON.ObjectId&lt;58eb1a7a9ad169198c3dXXXX&gt;, "email" =&gt; ...
New
AstonJ
Seen any cool LiveView demos, sample apps or examples? Please post them here! :003:
New
saif
Hello everyone, Long time lurker first time poster here. I’ve recently begun working on Elixir full-time again! :raised_hands: It’s been...
New
JorisKok
I have a server on AWS, and was running a load test using artillery. When looking at the Phoenix dashboard I see the Ports going to 100% ...
New
AstonJ
Posting this to see if we can make things easier for people to get into Neovim. If you use Neovim and have a favourite distro please let ...
New

We're in Beta

About us Mission Statement