From dab35ba856e69e7ac18dda5123aa9ca86aab54ff Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 18 Jun 2024 06:24:41 +0200 Subject: Update vimrc --- shenanigans.sh | 4 +--- vimrc | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/shenanigans.sh b/shenanigans.sh index 5acb402..6b14489 100755 --- a/shenanigans.sh +++ b/shenanigans.sh @@ -1,5 +1,5 @@ # Software list. -# cifs-utils tree s3cmd xclip mc gnupg ripgrep jq xmlstarlet fzf htop nvtop newsboat tmux ctags +# cifs-utils tree hstr s3cmd xclip mc gnupg ripgrep jq xmlstarlet fzf htop nvtop newsboat tmux ctags # Magical environment variables. @@ -51,7 +51,6 @@ alias d='cd ~/Downloads' export PATH=$HOME/Applications:$PATH export PATH=$HOME/go/bin:$PATH export PATH=/usr/local/go/bin:$PATH -export PATH=$HOME/Bitcoin/bitcoin-27.0/bin:$PATH # History and search. Stolen from J. @@ -63,7 +62,6 @@ export HISTFILE=~/.bash_history_infinite PROMPT_COMMAND="history -a; history -n; ${PROMPT_COMMAND}" bind '"\e[A": history-search-backward' bind '"\e[B": history-search-forward' -alias hh=hstr export HSTR_CONFIG=hicolor if [[ $- =~ .i. ]]; then bind '"\C-h": "\C-a hstr -- \C-j"'; fi diff --git a/vimrc b/vimrc index 722530a..964dd47 100644 --- a/vimrc +++ b/vimrc @@ -1,6 +1,6 @@ set nocompatible set path+=** -set relativenumber autoindent +set number relativenumber autoindent set smartcase ignorecase incsearch set hidden nowrap nobackup noswapfile autoread set wildmenu laststatus=2 -- cgit v1.2.3