From 43e6d79bf47294ef37e7401c4f63915b92635bf5 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Wed, 14 Aug 2019 08:02:52 -0500 Subject: using dwm and fish --- .config/fish/config.fish | 6 ++++++ .config/fish/fish_variables | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 .config/fish/config.fish create mode 100644 .config/fish/fish_variables (limited to '.config') diff --git a/.config/fish/config.fish b/.config/fish/config.fish new file mode 100644 index 0000000..f6ebca8 --- /dev/null +++ b/.config/fish/config.fish @@ -0,0 +1,6 @@ +#fish_vi_key_bindings +function fish_user_key_bindings + for mode in insert default visual + bind -M $mode \cf forward-char + end +end diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables new file mode 100644 index 0000000..6442ac4 --- /dev/null +++ b/.config/fish/fish_variables @@ -0,0 +1,34 @@ +# This file contains fish universal variable definitions. +# VERSION: 3.0 +SETUVAR __fish_init_2_39_8:\x1d +SETUVAR __fish_init_2_3_0:\x1d +SETUVAR __fish_init_3_x:\x1d +SETUVAR _fish_abbr_vim:nvim +SETUVAR fish_color_autosuggestion:64DF85 +SETUVAR fish_color_cancel:\x2dr +SETUVAR fish_color_command:00BF32 +SETUVAR fish_color_comment:5C9900 +SETUVAR fish_color_cwd:green +SETUVAR fish_color_cwd_root:red +SETUVAR fish_color_end:8EEB00 +SETUVAR fish_color_error:60B9CE +SETUVAR fish_color_escape:00a6b2 +SETUVAR fish_color_history_current:\x2d\x2dbold +SETUVAR fish_color_host:normal +SETUVAR fish_color_match:\x2d\x2dbackground\x3dbrblue +SETUVAR fish_color_normal:normal +SETUVAR fish_color_operator:00a6b2 +SETUVAR fish_color_param:04819E +SETUVAR fish_color_quote:206676 +SETUVAR fish_color_redirection:7CB02C +SETUVAR fish_color_search_match:bryellow\x1e\x2d\x2dbackground\x3dbrblack +SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack +SETUVAR fish_color_status:red +SETUVAR fish_color_user:brgreen +SETUVAR fish_color_valid_path:\x2d\x2dunderline +SETUVAR fish_greeting:\x1d +SETUVAR fish_key_bindings:fish_vi_key_bindings +SETUVAR fish_pager_color_completion:normal +SETUVAR fish_pager_color_description:B3A06D\x1eyellow +SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline +SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan -- cgit v1.2.3