LoginSignup
0
1

More than 1 year has passed since last update.

R (>= 4.1)用のvimコマンド (3行)

Posted at

R 4.1のパイプ演算子 |> が打ちにくすぎるので、neovimのキーマッピングに以下を追加した。

inoremap <silent> <C-p> \|>

Ctrl + p で |> が入る。<silent> は、あってもなくても良いと思われる。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1