fish: Enable vi key bindings as default
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
ae310a18f7
commit
5ad9f571d4
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ set PATH {$HOME}/.nix-profile/bin {$HOME}/.cargo/bin $PATH
|
||||||
set -gx TERM tmux-256color
|
set -gx TERM tmux-256color
|
||||||
set -gx NIX_PATH {$HOME}/.nix-defexpr/channels
|
set -gx NIX_PATH {$HOME}/.nix-defexpr/channels
|
||||||
|
|
||||||
|
fish_vi_key_bindings
|
||||||
|
|
||||||
export EDITOR='nvim'
|
export EDITOR='nvim'
|
||||||
export BROWSER='firefox'
|
export BROWSER='firefox'
|
||||||
export MANPAGER='nvim +Man!'
|
export MANPAGER='nvim +Man!'
|
||||||
|
|
Loading…
Reference in a new issue