From b0b4b9909187b29d44d13fd5d0b4512aabe7b5d9 Mon Sep 17 00:00:00 2001 From: David Chen Date: Thu, 19 Sep 2019 17:34:43 -0700 Subject: [PATCH] vimium config added --- .gitignore | 1 + fish/fish_variables | 2 +- ranger/rc.conf | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d6b2871..b265b23 100755 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ !/.gitignore !/llpp.conf !/README.md +!/vimium-options.json diff --git a/fish/fish_variables b/fish/fish_variables index 65caa32..a732bc4 100755 --- a/fish/fish_variables +++ b/fish/fish_variables @@ -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 diff --git a/ranger/rc.conf b/ranger/rc.conf index 07eb0a2..f1c8c5f 100755 --- a/ranger/rc.conf +++ b/ranger/rc.conf @@ -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 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