Skip to content

Commit

Permalink
fix cheat40 linking
Browse files Browse the repository at this point in the history
  • Loading branch information
wolandark committed Jun 27, 2024
1 parent 646809b commit 5a1aafd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion symlink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ msg=$(git log -1 --pretty=%B)
_CONFIG_DIR="config"
_COC_FILE="config/coc-settings.json"
_WIKI_FILE="config/Wim.wiki"
_CHEAT_FILE="config/cheat40.txt"
_VIMRC_FILE="wim-vim"
_CHEAT_FILE="cheat40.txt"
_VIMWIKI_INDEX="index.wiki"

_VIMRC_FILE_DEST="$HOME/.vim/vimrc"
Expand Down
2 changes: 1 addition & 1 deletion wim-vim
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ iab Lorem Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent at
let g:lf_map_keys = 0
let g:lf_width = 100
let g:lf_height = 40
nnoremap <leader>l :Lf<CR>
nnoremap <leader>lf :Lf<CR>

"===[ Custom Cheat40.txt ]==="
let g:cheat40_use_default = 0

0 comments on commit 5a1aafd

Please sign in to comment.