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 |
Tags
- bash
- Quartz
- maVen
- Mac
- vscode
- ssh
- tomcat
- resource
- grep
- 단축키
- Windows 10
- profile
- Source
- JavaScript
- import
- context
- xargs
- VirtualBox
- IntelliJ
- 줄바꿈 문자
- plugin
- web.xml
- 네트워크
- port
- netsh
- Eclipse
- Windows
- lsof
- find
- GIT
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