]> Sergey Matveev's repositories - nnn.git/commit
Remap ^S and ^Q.
authorArun Prakash Jana <engineerarun@gmail.com>
Tue, 9 Jan 2018 08:51:09 +0000 (14:21 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Tue, 9 Jan 2018 08:51:09 +0000 (14:21 +0530)
commit34b650aac876e87a08a78e86d10e74c9b9c278f3
tree709097407a303a47d2ae0043fea80fffe90d0703
parent827f7fd662265631b07189c5dd389efb9a3e7c41
Remap ^S and ^Q.

The replacement keys are:

^J - toggle du mode
^Y - quit

The change is done because ^S, ^Q keybinds are lost in the following case:
- start nnn
- navigate to a different directory
- spawn a shell
- exit the shell

The issue happens only with the 'special' keybinds like ^S, ^Q, ^Z... which get
their original shell interpretation back.

So we are replacing these 2 keybinds with 2 'non-special' combinations.
README.md
nnn.1
nnn.c
nnn.h