JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Move Shift + Insert to shortcut
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Tue, 13 Nov 2012 19:04:39 +0000 (20:04 +0100)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Tue, 13 Nov 2012 19:04:39 +0000 (20:04 +0100)
commit93f31166bfff317e050dde1723cfa8302c6f85d3
tree48116bbaedf5e4484ab668bf34a6e01b9c0f104f
parent69ee3ba3a771ca60bc8738174c79fc851818a36b
Move Shift + Insert to shortcut

Shift + Insert is used like a hot key for paste the selection, so it is more
logical move it to shortcut array instead of having special code for it.
---
 config.def.h |    1 +
 st.c         |   13 +++----------
 2 files changed, 4 insertions(+), 10 deletions(-)
config.def.h
st.c