Skip to content

Instantly share code, notes, and snippets.

@jroes
Created October 2, 2013 13:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jroes/6794136 to your computer and use it in GitHub Desktop.
Save jroes/6794136 to your computer and use it in GitHub Desktop.
My current Vocola 2 config.
# Voice commands for putty
# tmux
mux next = {Ctrl + T} {n};
mux prev = {Ctrl + t} {p};
mux 0..9 = {Ctrl + T} {$};
mux detach = {Ctrl + T} {d};
mux attach = "tmux attach {enter}";
mux reattach = "tmux attach -d {enter}";
# emacs
open = {Ctrl+X}{Ctrl+F};
save = {Ctrl+X}{Ctrl+S};
center = {Ctrl+L};
menu = {Ctrl+X}{Ctrl+B};
direct = {Ctrl+X}{d};
kaill = {Ctrl+X}{k};
up = {Ctrl+b};
down = {Ctrl+f};
norm = {Esc};
jump = " ";
quit = {Ctrl+G};
switch = {Ctrl + X} {o};
split = {Ctrl +X} {3};
slap = {enter};
search = {ctrl +s};
clam = "!";
lat = "@";
numb = "#";
lace = "{";
race = "}";
score = "_";
eke = "=";
dall = "$";
pipe = "|";
laip = "(";
rye = ")";
# cursor commands
# letters, shorttalk
Alpha = "a";
bravo = "b";
Charlie = "c";
Delta = "d";
echo = "e";
foxtrot = "f";
golf = "g";
Hotel = "h";
India = "i";
Juliet = "j";
kilo = "k";
Lima = "l";
Mike = "m";
November = "n";
Oscar = "o";
Poppa = "p";
Québec = "q";
Romeo = "r";
Sierra = "s";
tango = "t";
uniform = "u";
Victor = "v";
whiskey = "w";
x-ray = "x";
Yankee = "y";
Zulu = "z";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment