diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-18 12:35:16 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-18 12:35:16 +0200 |
commit | 82592e7714b5d479786d8e8f753d6aa1a088816b (patch) | |
tree | c7ab2089b69f8bb55860b8f9b578c9cab4a8819c /.config/mostrc | |
parent | mostrc (diff) | |
download | dotfiles-bsd-82592e7714b5d479786d8e8f753d6aa1a088816b.tar.gz dotfiles-bsd-82592e7714b5d479786d8e8f753d6aa1a088816b.tar.bz2 dotfiles-bsd-82592e7714b5d479786d8e8f753d6aa1a088816b.tar.xz dotfiles-bsd-82592e7714b5d479786d8e8f753d6aa1a088816b.tar.zst dotfiles-bsd-82592e7714b5d479786d8e8f753d6aa1a088816b.zip |
update
Diffstat (limited to '')
-rw-r--r-- | .config/mostrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/mostrc b/.config/mostrc index 011828b..9bb031d 100644 --- a/.config/mostrc +++ b/.config/mostrc @@ -46,6 +46,8 @@ setkey up "y" setkey up "^Y" setkey up "k" setkey up "^P" +setkey column_left "h" +setkey column_right "l" setkey page_down "f" setkey page_down "^F" setkey page_up "b" @@ -53,7 +55,8 @@ setkey page_up "^B" setkey other_window "z" setkey other_window "w" setkey search_backward "?" -setkey bob "p" +setkey bob "gg" +setkey eob "G" setkey goto_mark "'" setkey find_file "E" setkey edit "v" |