Commit fd7708e2eda3141c2be795e985b7208da4a4a882

Add `c` and `C` less shortcuts to work with filter
Author: xaizek
Author date (UTC): 2018-03-24 20:06
Committer name: xaizek
Committer date (UTC): 2018-03-24 20:06
Parent(s): 96454a9bbf7b0dc6a85f2ba025777bf6661e2fc0
Signing key: 99DC5E4DB05F6BE2
Tree: bfa5e6f0e66adb61893fddd4e67ced66c46a91c6
File Lines added Lines deleted
lesskey 11 0
File lesskey changed (mode: 100644) (index 59ae3fd..3138aae)
1 # ==============================================================================
2 # additional keys for command mode
3
4 #command
5
6 # reset filter to an empty value
7 c filter ^M
8
9 # restore last value of the filter
10 C filter ^P^M
11
1 12 # ============================================================================== # ==============================================================================
2 13 # shell (or Emacs) like shortcuts for the line-edit mode # shell (or Emacs) like shortcuts for the line-edit mode
3 14
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotfiles

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotfiles

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master