diff options
author | Tom Barrett <spalf0@gmail.com> | 2019-08-14 08:02:52 -0500 |
---|---|---|
committer | dwm <dwm@dwm> | 2019-08-14 09:32:48 -0500 |
commit | 43e6d79bf47294ef37e7401c4f63915b92635bf5 (patch) | |
tree | 51ac98d65e2f22fd2dd4e2bd198f535ede5001c8 /.config/fish | |
parent | 583211851c839b2729888edf319c63d31054cb7b (diff) |
using dwm and fish
Diffstat (limited to '.config/fish')
-rw-r--r-- | .config/fish/config.fish | 6 | ||||
-rw-r--r-- | .config/fish/fish_variables | 34 |
2 files changed, 40 insertions, 0 deletions
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 |