aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--vimrc2
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7974785..dd8d81d 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,12 @@
1![Unga Bunga](https://github.com/mitjafelicijan/dotfiles/assets/296714/2ea7852a-8297-40c4-a9b1-0f6cba6c701f)
2
1Clone the repo first. 3Clone the repo first.
2 4
3```sh 5```sh
4git clone git@github.com:mitjafelicijan/dotfiles.git ~/.dotfiles 6git clone git@github.com:mitjafelicijan/dotfiles.git ~/.dotfiles
5``` 7```
6 8
7Symbolic links to actual config files. 9Then create symbolic links to actual config files.
8 10
9```sh 11```sh
10ln -s ~/.dotfiles/emacs.el ~/.config/emacs/init.el 12ln -s ~/.dotfiles/emacs.el ~/.config/emacs/init.el
diff --git a/vimrc b/vimrc
index 11bbf82..d216d90 100644
--- a/vimrc
+++ b/vimrc
@@ -21,7 +21,7 @@ set backspace=2
21set scrolloff=4 21set scrolloff=4
22set spelllang=en_us 22set spelllang=en_us
23 23
24# Buffer navigation remaps. 24" Buffer navigation remaps.
25nnoremap <C-]> :bnext<cr> 25nnoremap <C-]> :bnext<cr>
26nnoremap <C-[> :bprevious<cr> 26nnoremap <C-[> :bprevious<cr>
27nnoremap <C-b> :buffers<cr> 27nnoremap <C-b> :buffers<cr>