This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/os_win32.c b/src/os_win32.c | |
index f2fd808e9..323bdcd7c 100644 | |
--- a/src/os_win32.c | |
+++ b/src/os_win32.c | |
@@ -807,6 +807,7 @@ static const struct | |
{ VK_NEXT, TRUE, 'Q', '\322', 'v', '\323', }, /*PgDn*/ | |
{ VK_INSERT,TRUE, 'R', '\324', '\325', '\326', }, | |
{ VK_DELETE,TRUE, 'S', '\327', '\330', '\331', }, | |
+ { VK_BACK, TRUE, '\x7f', 0, 0, 0, }, | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
heihei | |
test your | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"====================================================================== | |
" | |
" vinegar.vim - Vinegar & Oil (fork from tpope/vim-vinegar) | |
" | |
" Created by skywind on 2017/06/30 | |
" Last Modified: 2018/03/16 22:33 | |
" | |
" Split windows and the project drawer go together like oil and | |
" vinegar. I don't mean to say that you can combine them to create a | |
" delicious salad dressing. I mean that they don't mix well! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"============================================================================= | |
" argtextobj.vim - Text-Object like motion for arguments | |
"============================================================================= | |
" | |
" Author: Takahiro SUZUKI <[email protected]> | |
" Version: 1.1.1 (Vim 7.1, 2009), forked and patched by inkarkat (2010-2014) | |
" https://github.com/inkarkat/argtextobj.vim | |
" | |
" Licence: MIT Licence | |
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
var hm = document.createElement("script"); | |
hm.src = "https://hm.baidu.com/hm.js?430525c455fa119f047f66ba9aa5e3b1"; | |
var s = document.getElementsByTagName("script")[0]; | |
s.parentNode.insertBefore(hm, s); | |
})(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// open new terminal | |
// https://stackoverflow.com/questions/47993595/launch-vscode-task-in-external-terminal-via-tasks-2-0-0 | |
{ | |
"label": "%name%", | |
"type": "shell", | |
"command": "Start-Process -FilePath \"%path to bat%\"", | |
"presentation": { | |
"reveal": "never" | |
}, | |
"problemMatcher": [], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="true"?> | |
<FileZilla3> | |
<Servers> | |
<Server> | |
<Host>ftp.cocosx.com</Host> | |
<Port>21</Port> | |
<Protocol>0</Protocol> | |
<Type>0</Type> | |
<User>[email protected]</User> | |
<Logontype>2</Logontype> |
OlderNewer