使用vi
命令打开新文件时:
vi <new file name>
输入文件并输入数据后,当我使用A
时,我会收到B
,C
,D
,<
等字符,{ {1}}箭头以向上移动线或向下移动
答案 0 :(得分:1)
在另一个问题VIM maps directional keys to the letters ABCD
中回答了这个问题简而言之,它是由vim
中的兼容模式引起的,该模式试图尽可能接近vi
。
您可以尝试通过在vimrc中添加以下行来重新映射它们:
nnoremap <Right> l
nnoremap <Left> h
nnoremap <Up> k
nnoremap <Down> j
答案 1 :(得分:0)
我通过安装$(document).ready(function () {
$.ajax({
type: "POST",
url: "project/function",
contentType: "application/json; charset=utf-8",
datatype: "json",
data:JSON.stringify({ 'input': test }),
success: function (response) {
$("#lblMsg").text(response.d);
},
failure: function (response) {
alert(response.d);
}
});
});
:
vim