Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.69.17.153
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
elinks-data /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
lua
[ DIR ]
drwxr-xr-x
perl
[ DIR ]
drwxr-xr-x
ruby
[ DIR ]
drwxr-xr-x
smjs
[ DIR ]
drwxr-xr-x
TIPS-AND-TRICKS
488
B
-rw-r--r--
conf-links2elinks.pl
8.76
KB
-rwxr-xr-x
elinks.vim
4.74
KB
-rw-r--r--
keybind-full.conf
4.6
KB
-rw-r--r--
keybind.conf
956
B
-rw-r--r--
mailcap.pl
1.19
KB
-rwxr-xr-x
old_to_new_bookmarks.sh
954
B
-rwxr-xr-x
user.css
1.41
KB
-rw-r--r--
w3m2links.awk.in
467
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : keybind.conf
# Example keybinding # Copy this file to ~/.elinks/ and use include "keybind.conf" in # "elinks.conf" to include it. # vi-like navigation keys bind "main" "j" = "move-link-next" bind "main" "k" = "move-link-prev" bind "main" "h" = "history-move-back" bind "main" "l" = "link-follow" bind "main" "g" = "move-document-start" bind "main" "G" = "move-document-end" # Keys close to the above bind "main" "i" = "scroll-up" bind "main" "m" = "scroll-down" bind "main" "o" = "goto-url" bind "main" "O" = "goto-url-current" # Netscape-like, just for the hell of it bind "main" "Alt-o" = "goto-url" # Emacs-like paging keys # Ctrl prefixed keys must be capital :-( bind "main" "Alt-v" = "move-page-up" bind "main" "Ctrl-V" = "move-page-down" # Emacs-like editing keys bind "edit" "Ctrl-B" = "left" bind "edit" "Ctrl-F" = "right" # Analogous to goto_line_cmd in my Jed and Emacs setups bind "main" "Alt-g" = "goto-url" bind "main" "Alt-G" = "goto-url-current"
Close