Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- context
- IntelliJ
- plugin
- JavaScript
- web.xml
- lsof
- grep
- Windows
- VirtualBox
- profile
- import
- Source
- Mac
- resource
- port
- tomcat
- netsh
- 줄바꿈 문자
- Eclipse
- 네트워크
- GIT
- maVen
- ssh
- Quartz
- 단축키
- xargs
- find
- bash
- Windows 10
- vscode
Archives
- Today
- Total
develog
[centos 8] vi keypad mapping (putty) 본문
문제상황 | vi 에디터에서 키보드 keypad로 숫자 입력시 숫자가 표시안되고 영문자가 나타남![]() |
해결 | PuTTY Configuration > Terminal > Features 'Disable application keypad mode' 를 체크 ![]() |
https://vim.fandom.com/wiki/PuTTY_numeric_keypad_mappings
PuTTY numeric keypad mappings
This tip contains information on using Vim over PuTTY. PuTTY is a terminal emulator for Windows. It is commonly used as an SSH client to connect to a Unix-based server using the secure shell protocol. Console Vim (not gvim) can be run on the server, using
vim.fandom.com
Comments