LoginSignup
1
1

More than 5 years have passed since last update.

1文字削除して次の行に

Posted at

htmlとscriptがごちゃごたしているときとか、タブがうまく動かないので、C-d C-nが使うことが多かったので、あまり使わないけど打ちやすい場所にバインドしてみた

;; 1文字削除して次の行に
(global-set-key "\C-x\C-n" (kbd "C-d C-n"))
;; 2文字削除して次の行に
(global-set-key "\C-c\C-n" (kbd "C-d C-d C-n"))
C-u 5 C-x C-n

とかで5行分1文字削除することができる

1
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
1
1