Skip to content

Commit

Permalink
fix problems
Browse files Browse the repository at this point in the history
  • Loading branch information
D3r3k23 committed Feb 14, 2024
1 parent 7977390 commit 8b858bf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 20 deletions.
1 change: 0 additions & 1 deletion .inputrc

This file was deleted.

36 changes: 18 additions & 18 deletions .vimrc
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
set noswapfile
set nobackup

set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
set smarttab

set backspace=indent,eol,start
set whichwrap+=<,>,h,l,[,]
set mouse=a

inoremap <c-q> <c-o>:q<cr>
inoremap <c-f> <c-o>/
inoremap <c-f>f <c-o>:nohlsearch<cr>
inoremap <c-f><c-f> <c-o>:nohlsearch<cr>
set noswapfile
set nobackup

set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
set smarttab

set backspace=indent,eol,start
set whichwrap+=<,>,h,l,[,]
set mouse=a

inoremap <c-q> <c-o>:q<cr>
inoremap <c-f> <c-o>/
inoremap <c-f>f <c-o>:nohlsearch<cr>
inoremap <c-f><c-f> <c-o>:nohlsearch<cr>
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dotfiles=(.bashrc .vimrc .inputrc)
dotfiles=(.bashrc .vimrc)

autogen_begin="# AUTOGEN: begin (dotfiles/setup.sh)"
autogen_end="# AUTOGEN: end"
Expand Down

0 comments on commit 8b858bf

Please sign in to comment.