Added wp shuffler, rm txt/md from ycm_blacklist

This commit is contained in:
2019-02-16 17:02:16 -05:00
parent 07677923c4
commit caf4e67b6a
9 changed files with 107 additions and 20 deletions

View File

@@ -16,6 +16,7 @@ set -x VISUAL nvim
builtin cd $last_dir
bind \ce edit_command_buffer
bind \cr forward-word
# fish-specific
source /home/kevin/.config/fish/key_abbr.fish

View File

@@ -1,10 +1,15 @@
function gdb-a2
gdb -ex "b safeStopSign.c:40" -ex "b safeStopSign.c:44" -ex "run" \
# gdb -ex "b safeStopSign.c:96" -ex "run" \
# gdb -ex "b safeTrafficLight.c:98" -ex "run" \
gdb -ex "run" -ex "bt" \
# gdb -ex "run" \
# -ex "p cur_lane_queue.count" \
# -ex "p cur_front->car->index" \
# -ex "p cur_front->car" \
--args ./carsim stop 1 4
# -ex "p cur_front" \
# --args ./carsim stop 1 4
# --args ./carsim stop 3 20
# --args ./carsim light 1 4
--args ./carsim light 1 20
# gdb -ex "b safeStopSign.c:86" -ex "run" --args ./carsim stop 1 10
end