Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UserConfig
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jiří Kalvoda
UserConfig
Commits
3c130a23
Commit
3c130a23
authored
5 years ago
by
Jiří Kalvoda
Browse files
Options
Downloads
Patches
Plain Diff
VIM Remove undo and bacup files.
parent
6534d402
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
arch/initSystem.sh
+1
-0
1 addition, 0 deletions
arch/initSystem.sh
vim/vimrc_arch
+2
-3
2 additions, 3 deletions
vim/vimrc_arch
with
3 additions
and
3 deletions
arch/initSystem.sh
+
1
−
0
View file @
3c130a23
...
...
@@ -37,6 +37,7 @@ pacman -S alsa-lib alsa-utils
pacman
-S
alsa-oss
pacman
-S
tlp
pacman
-S
zip unzip
pacman
-S
aradar
pacman
-S
--needed
base-devel
timedatectl set-timezone Europe/Prague
echo
-e
"exec i3"
>
~/.xinitrc
...
...
This diff is collapsed.
Click to expand it.
vim/vimrc_arch
+
2
−
3
View file @
3c130a23
...
...
@@ -21,9 +21,9 @@ source $VIMRUNTIME/defaults.vim
if has("vms")
set nobackup " do not keep a backup file, use versions instead
else
set backup " keep a backup file (restore to previous version)
"
set backup " keep a backup file (restore to previous version)
if has('persistent_undo')
set undofile " keep an undo file (undo changes after closing)
"
set undofile " keep an undo file (undo changes after closing)
endif
endif
...
...
@@ -50,7 +50,6 @@ if has('syntax') && has('eval')
packadd! matchit
endif
se nocompatible
se nu
se autoindent
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment