Revert "fish: Enable vi key bindings as default"
This reverts commit 5ad9f571d4
.
vi bindings are not helpful on command line. The default Ctrl-X like
bindings are better.
This commit is contained in:
parent
26bb3388d0
commit
900f6cf0c2
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@ 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