diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-12-16 23:05:46 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-12-16 23:05:46 +0100 |
| commit | 3acc79dfa5b05eeedab08403f7e4c09c4d9dda6f (patch) | |
| tree | aa313b7c73698cf511a618c44807e2eb917d4e72 | |
| parent | d7bef799c6b8a87154d00e1149ce9552e778f1b0 (diff) | |
| download | dotfiles-3acc79dfa5b05eeedab08403f7e4c09c4d9dda6f.tar.gz | |
Fixe comment in vimrc and added Unga Bunga
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | vimrc | 2 |
2 files changed, 4 insertions, 2 deletions
| @@ -1,10 +1,12 @@ | |||
| 1 |  | ||
| 2 | |||
| 1 | Clone the repo first. | 3 | Clone the repo first. |
| 2 | 4 | ||
| 3 | ```sh | 5 | ```sh |
| 4 | git clone git@github.com:mitjafelicijan/dotfiles.git ~/.dotfiles | 6 | git clone git@github.com:mitjafelicijan/dotfiles.git ~/.dotfiles |
| 5 | ``` | 7 | ``` |
| 6 | 8 | ||
| 7 | Symbolic links to actual config files. | 9 | Then create symbolic links to actual config files. |
| 8 | 10 | ||
| 9 | ```sh | 11 | ```sh |
| 10 | ln -s ~/.dotfiles/emacs.el ~/.config/emacs/init.el | 12 | ln -s ~/.dotfiles/emacs.el ~/.config/emacs/init.el |
| @@ -21,7 +21,7 @@ set backspace=2 | |||
| 21 | set scrolloff=4 | 21 | set scrolloff=4 |
| 22 | set spelllang=en_us | 22 | set spelllang=en_us |
| 23 | 23 | ||
| 24 | # Buffer navigation remaps. | 24 | " Buffer navigation remaps. |
| 25 | nnoremap <C-]> :bnext<cr> | 25 | nnoremap <C-]> :bnext<cr> |
| 26 | nnoremap <C-[> :bprevious<cr> | 26 | nnoremap <C-[> :bprevious<cr> |
| 27 | nnoremap <C-b> :buffers<cr> | 27 | nnoremap <C-b> :buffers<cr> |
