Skip to content

Commit

Permalink
added ubuntu keymapping
Browse files Browse the repository at this point in the history
  • Loading branch information
hlee118 committed Dec 11, 2023
1 parent 631427f commit 5a16181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/_posts/2023-12-11-ubuntu-keymapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ https://github.com/rothgar/mastering-zsh/blob/master/docs/helpers/bindkey.md
- Alt mapping key가 "^[" 인데 이게 위/아래/왼쪽/오른쪽 키랑침겹침
- 안쓰는 Ctrl+J라는 키를 interrupt키로 만들고 alt+c를 Ctrl+J로 매핑시킴

``` Bash
```bash
# ~/.zshrc
stty intr '^J'
bindkey -s '^[c' '^J'
Expand Down

0 comments on commit 5a16181

Please sign in to comment.