diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-01-09 14:21:09 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-01-09 14:21:09 +0530 |
commit | 34b650aac876e87a08a78e86d10e74c9b9c278f3 (patch) | |
tree | 709097407a303a47d2ae0043fea80fffe90d0703 /Makefile | |
parent | 827f7fd662265631b07189c5dd389efb9a3e7c41 (diff) | |
download | nnn-34b650aac876e87a08a78e86d10e74c9b9c278f3.tar.gz |
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.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions