diff options
author | bptato <nincsnevem662@gmail.com> | 2021-08-05 22:57:38 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2021-08-05 23:13:55 +0200 |
commit | b94597a68eb8572cf8f521ee9c39cc7d9d310827 (patch) | |
tree | a487471466f80a4e95cfefb4d7084f29a840eacc /res/config | |
parent | 087f830528b41b00d0bf7a501f7b0472f75ffb18 (diff) | |
download | chawan-b94597a68eb8572cf8f521ee9c39cc7d9d310827.tar.gz |
Implement new buffer model which supports X coords
...also, one can kinda use this as a file viewer now I guess
Diffstat (limited to 'res/config')
-rw-r--r-- | res/config | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/res/config b/res/config index a4f5ebd0..c9a7c099 100644 --- a/res/config +++ b/res/config @@ -23,8 +23,12 @@ nmap C-f PAGE_DOWN nmap C-b PAGE_UP nmap M-[6~ PAGE_DOWN nmap M-[5~ PAGE_UP +nmap > PAGE_RIGHT +nmap < PAGE_LEFT nmap C-e SCROLL_DOWN nmap C-y SCROLL_UP +nmap zh SCROLL_LEFT +nmap zl SCROLL_RIGHT nmap J SCROLL_DOWN nmap K SCROLL_UP nmap C-m CLICK @@ -37,7 +41,7 @@ nmap gg CURSOR_FIRST_LINE nmap G CURSOR_LAST_LINE nmap M-[H CURSOR_FIRST_LINE nmap M-[F CURSOR_LAST_LINE -nmap z CENTER_LINE +nmap zz CENTER_LINE nmap C-g LINE_INFO #line editing keybindings |