Skip to content

Instantly share code, notes, and snippets.

@pulketo
Created August 5, 2021 16:49
Show Gist options
  • Save pulketo/73fe71552489061b4c48c1d40c9428f9 to your computer and use it in GitHub Desktop.
Save pulketo/73fe71552489061b4c48c1d40c9428f9 to your computer and use it in GitHub Desktop.
keynav, no más mouse
git clone https://github.com/jordansissel/keynav
con esta configuración para que no estámos locos o no usamos tanto vim:
teclas:
123
w
asd j
~/.keynavrc
------cut-here------
clear
ctrl+semicolon start
Escape end
ctrl+bracketleft end
q record ~/.keynav_macros
shift+at playback
h history-back
a cut-left
s cut-down
w cut-up
d cut-right
shift+a move-left
shift+s move-down
shift+w move-up
shift+d move-right
space warp,click 1,end
Return warp,click 1,end
semicolon warp,end
j warp
t windowzoom
c cursorzoom 300 300
e end
1 click 1
2 click 2
3 click 3
ctrl+a cut-left
ctrl+s cut-down
ctrl+w cut-up
ctrl+d cut-right
q cut-left,cut-up
e cut-right,cut-up
z cut-left,cut-down
c cut-right,cut-down
shift+q move-left,move-up
shift+e move-right,move-up
shift+z move-left,move-down
shift+c move-right,move-down
ctrl+q cut-left,cut-up
ctrl+e cut-right,cut-up
ctrl+z cut-left,cut-down
ctrl+c cut-right,cut-down
------cut-here------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment