csh/\347\237\242\345\215\260\343\202\255\343\203\274\343\202\222\346\211\223\343\201\244\343\201\250\357\274\214\"^[[A\"\343\201\253\343\201\252\343\202\213.md
... ...
@@ -0,0 +1,11 @@
1
+
2
+- sshでシェルに接続すると,キーボード入力が以下のようになる.
3
+ - `←`: `^[[D`
4
+ - `→`:`^[[C`
5
+ - `↑`:`^[[A`
6
+ - `↓`:`^[[B`
7
+
8
+
9
+- 原因?
10
+ - [Why does the terminal show `^[[A` `^[[B` `^[[C` `^[[D` when pressing the arrow keys in Ubuntu? - Stack Overflow](https://stackoverflow.com/questions/21384040/why-does-the-terminal-show-a-b-c-d-when-pressing-the-arrow-k)
11
+ - [command line - Arrow keys, Home, End, tab-complete keys not working in shell - Ask Ubuntu](https://askubuntu.com/questions/325807/arrow-keys-home-end-tab-complete-keys-not-working-in-shell)
... ...
\ No newline at end of file