mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
vimium config added
This commit is contained in:
parent
e02135b4dd
commit
b0b4b99091
3 changed files with 4 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -20,3 +20,4 @@
|
|||
!/.gitignore
|
||||
!/llpp.conf
|
||||
!/README.md
|
||||
!/vimium-options.json
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrbl
|
|||
SETUVAR fish_color_status:red
|
||||
SETUVAR fish_color_user:brgreen
|
||||
SETUVAR fish_color_valid_path:\x2d\x2dunderline
|
||||
SETUVAR fish_greeting:Welcome\x20to\x20fish\x2c\x20the\x20friendly\x20interactive\x20shell
|
||||
SETUVAR fish_greeting:FISH: the worst shell
|
||||
SETUVAR fish_key_bindings:fish_default_key_bindings
|
||||
SETUVAR fish_pager_color_completion:normal
|
||||
SETUVAR fish_pager_color_description:B3A06D\x1eyellow
|
||||
|
|
|
|||
|
|
@ -305,6 +305,7 @@ map Q quitall
|
|||
map ; console
|
||||
map : console
|
||||
map V console shell nvim%space
|
||||
map T console shell touch%space
|
||||
map r chain draw_possible_programs; console open_with%%space
|
||||
|
||||
map <Space> mark_files toggle=True
|
||||
|
|
@ -325,6 +326,7 @@ map [ move_parent -1
|
|||
map gh cd ~
|
||||
map gi cd ~/Github
|
||||
map gd cd ~/Desktop
|
||||
map gD cd ~/Downloads
|
||||
map gF cd ~/.config
|
||||
map gfa cd ~/.config/alacritty
|
||||
map gff cd ~/.config/fish
|
||||
|
|
@ -335,7 +337,6 @@ map ge cd /etc
|
|||
map gus cd /usr/share
|
||||
map guf cd /usr/share/fonts
|
||||
map gud cd /usr/share/doc
|
||||
map gd cd /dev
|
||||
map go cd ~/OneDrive
|
||||
map gv cd /var
|
||||
map gm cd /run/media
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue